Better warning. This may help with debugging.

This commit is contained in:
Jason Felds
2011-11-07 02:04:25 -05:00
parent 42d7a29ffa
commit 61000a1776
+2 -1
View File
@@ -348,7 +348,8 @@ void Steps::Decompress()
// We have NoteData on disk and not in memory. Load it.
if (!this->GetNoteDataFromSimfile())
{
LOG->Warn("Couldn't load NoteData from \"%s\"", m_sFilename.c_str());
LOG->Warn("Couldn't load the %s chart's NoteData from \"%s\"",
DifficultyToString(m_Difficulty).c_str(), m_sFilename.c_str());
return;
}