Changed a printf() to a DBUG().

This commit is contained in:
Andy McFadden 2002-10-19 01:09:58 +00:00
parent a45ee42376
commit 64828a4fc6
1 changed files with 2 additions and 2 deletions

View File

@ -1561,9 +1561,9 @@ Nu_StreamExtract(NuArchive* pArchive)
} else if (err != kNuErrNone)
goto bail;
} else {
printf("IGNORING 0x%08lx from '%s'\n",
DBUG(("IGNORING 0x%08lx from '%s'\n",
NuMakeThreadID(pThread->thThreadClass, pThread->thThreadKind),
tmpRecord.filename);
tmpRecord.filename));
if (NuGetThreadID(pThread) != kNuThreadIDComment &&
NuGetThreadID(pThread) != kNuThreadIDFilename)
{