Use checkpoints for noisy logs, instead of traces.
This commit is contained in:
@@ -680,7 +680,7 @@ void Song::TidyUpData()
|
|||||||
// image is the banner, which is the background, and which is the CDTitle.
|
// 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. */
|
/* Replace backslashes with slashes in all paths. */
|
||||||
FixSlashesInPlace( m_sMusicFile );
|
FixSlashesInPlace( m_sMusicFile );
|
||||||
|
|||||||
Reference in New Issue
Block a user