log ignored loads due to cached !m_bHasMusic
This commit is contained in:
@@ -282,8 +282,11 @@ bool Song::LoadFromSongDir( CString sDir )
|
|||||||
AddAutoGenNotes();
|
AddAutoGenNotes();
|
||||||
|
|
||||||
if( !m_bHasMusic )
|
if( !m_bHasMusic )
|
||||||
|
{
|
||||||
|
LOG->Trace( "Song \"%s\" ignored (no music)", sDir.c_str() );
|
||||||
return false; // don't load this song
|
return false; // don't load this song
|
||||||
else
|
}
|
||||||
|
|
||||||
return true; // do load this song
|
return true; // do load this song
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user