From aeb867d0307af7b750a051aa74c1a76e0480047a Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 4 Oct 2003 00:46:10 +0000 Subject: [PATCH] Use checkpoints for noisy logs, instead of traces. --- stepmania/src/Song.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );