diff --git a/src/Steps.cpp b/src/Steps.cpp index 91c6c0ace3..f706ed1ece 100644 --- a/src/Steps.cpp +++ b/src/Steps.cpp @@ -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; }