diff --git a/stepmania/src/Song.cpp b/stepmania/src/Song.cpp index 452cbbfa42..b03adeea28 100644 --- a/stepmania/src/Song.cpp +++ b/stepmania/src/Song.cpp @@ -680,7 +680,7 @@ void Song::TidyUpData() // image is the banner, which is the background, and which is the CDTitle. // - LOG->Trace("Looking for images..."); + CHECKPOINT_M( "Looking for images..." ); /* Replace backslashes with slashes in all paths. */ FixSlashesInPlace( m_sMusicFile );