diff --git a/stepmania/src/Background.cpp b/stepmania/src/Background.cpp index c354a9a02d..d850d2cdc1 100644 --- a/stepmania/src/Background.cpp +++ b/stepmania/src/Background.cpp @@ -711,7 +711,7 @@ void BackgroundImpl::Layer::UpdateCurBGChange( const Song *pSong, float fLastMus float fDeltaTime = fCurrentTime - fLastMusicSeconds; if( i != -1 && i != m_iCurBGChangeIndex ) // we're changing backgrounds { - LOG->Trace( "old bga %d -> new bga %d, %f, %f", m_iCurBGChangeIndex, i, m_aBGChanges[i].m_fStartBeat, fBeat ); + LOG->Trace( "old bga %d -> new bga %d (%s), %f, %f", m_iCurBGChangeIndex, i, m_aBGChanges[i].GetTextDescription().c_str(), m_aBGChanges[i].m_fStartBeat, fBeat ); BackgroundChange oldChange; if( m_iCurBGChangeIndex != -1 )