diff --git a/stepmania/src/Screen.cpp b/stepmania/src/Screen.cpp index 5de9f2c5af..a3de5cc91d 100644 --- a/stepmania/src/Screen.cpp +++ b/stepmania/src/Screen.cpp @@ -42,7 +42,7 @@ void Screen::Init() split( PREPARE_SCREENS, ",", asList ); for( unsigned i = 0; i < asList.size(); ++i ) { - LOG->Trace( "Screen %s preparing \"%s\"", asList[i].c_str() ); + LOG->Trace( "Screen \"%s\" preparing \"%s\"", m_sName.c_str(), asList[i].c_str() ); SCREENMAN->PrepareScreen( asList[i] ); }