add logging

This commit is contained in:
Chris Danford
2005-03-29 01:46:00 +00:00
parent be8038d642
commit f2cb208cd5
+3
View File
@@ -139,7 +139,10 @@ public:
RageException::Throw( "List \"%s\", col %i has no name", sParam.c_str(), col );
if( !mc.IsPlayable() )
{
LOG->Trace( "\"%s\" is not playable.", sParam.c_str() );
continue;
}
ListEntries.push_back( mc );