Update log.

This commit is contained in:
Jason Felds
2011-05-19 14:05:13 -04:00
parent 3ff9a2376a
commit c97b45eca7
+1 -1
View File
@@ -252,7 +252,7 @@ bool Song::LoadFromSongDir( RString sDir )
if( !NotesLoader::LoadFromDir(sDir, *this, BlacklistedImages) )
{
LOG->UserLog( "Song", sDir, "has no SM, DWI, BMS, or KSF files." );
LOG->UserLog( "Song", sDir, "has no SSC, SM, SMA, DWI, BMS, or KSF files." );
vector<RString> vs;
GetDirListing( sDir + "*.mp3", vs, false, false );