diff --git a/src/Steps.cpp b/src/Steps.cpp index c7c888c30a..84d986a5e7 100644 --- a/src/Steps.cpp +++ b/src/Steps.cpp @@ -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; }