Use checkpoints for noisy logs, instead of traces, if the main purpose

is making it easier to track crashes.  That way, it'll show up in the crash
dump, but it won't clut logs.
This commit is contained in:
Glenn Maynard
2003-10-04 00:44:19 +00:00
parent d733fa623b
commit 8de3ebe95f
+1 -1
View File
@@ -104,7 +104,7 @@ bool DWILoader::LoadFromDWITokens(
CString sStepData2,
Steps &out)
{
LOG->Trace( "Steps::LoadFromDWITokens()" );
CHECKPOINT_M( "DWILoader::LoadFromDWITokens()" );
out.m_StepsType = STEPS_TYPE_INVALID;