From c97b45eca7c3d3c91ca9363f84cf33191572d5dd Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Thu, 19 May 2011 14:05:13 -0400 Subject: [PATCH] Update log. --- src/Song.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Song.cpp b/src/Song.cpp index 31693eef0e..8e65b68650 100644 --- a/src/Song.cpp +++ b/src/Song.cpp @@ -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 vs; GetDirListing( sDir + "*.mp3", vs, false, false );