slightly easier to debug - tells which song cannot be found on same line

This commit is contained in:
Andrew Wong
2003-07-27 11:01:45 +00:00
parent c06bebe674
commit 8b9ae5ae92
+1 -1
View File
@@ -85,7 +85,7 @@ ScreenUnlock::ScreenUnlock() : ScreenAttract("ScreenUnlock")
if( pSong == NULL)
{
LOG->Trace("Can't find song");
LOG->Trace("Can't find song %s", SongTitle);
continue;
}