From b49843debbaf6c3de337088399bbea61388d70e0 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Wed, 12 Oct 2011 18:00:38 -0500 Subject: [PATCH] make this message JUST a bit more informative. --- src/Steps.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }