Use checkpoints for noisy logs, instead of traces.

This commit is contained in:
Glenn Maynard
2003-10-04 00:46:10 +00:00
parent 8de3ebe95f
commit aeb867d030
+1 -1
View File
@@ -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 );