add logging
This commit is contained in:
@@ -139,7 +139,10 @@ public:
|
|||||||
RageException::Throw( "List \"%s\", col %i has no name", sParam.c_str(), col );
|
RageException::Throw( "List \"%s\", col %i has no name", sParam.c_str(), col );
|
||||||
|
|
||||||
if( !mc.IsPlayable() )
|
if( !mc.IsPlayable() )
|
||||||
|
{
|
||||||
|
LOG->Trace( "\"%s\" is not playable.", sParam.c_str() );
|
||||||
continue;
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
ListEntries.push_back( mc );
|
ListEntries.push_back( mc );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user