make this message JUST a bit more informative.

This commit is contained in:
AJ Kelly
2011-10-12 18:00:38 -05:00
parent c0dbd0a804
commit b49843debb
+1 -1
View File
@@ -346,7 +346,7 @@ void Steps::Decompress()
// We have NoteData on disk and not in memory. Load it.
if (!this->GetNoteDataFromSimfile())
{
LOG->Warn("Couldn't load \"%s\"", m_sFilename.c_str());
LOG->Warn("Couldn't load NoteData from \"%s\"", m_sFilename.c_str());
return;
}