Better warning. This may help with debugging.
This commit is contained in:
+2
-1
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user