Silence debug message

svn path=/trunk/; revision=19105
This commit is contained in:
Gé van Geldorp 2005-11-09 21:00:03 +00:00
parent 4b27b1a206
commit e7bbce753f

View file

@ -317,7 +317,7 @@ KiInsertQueueApc(PKAPC Apc,
InsertHeadList(&ApcState->ApcListHead[ApcMode], &Apc->ApcListEntry); InsertHeadList(&ApcState->ApcListHead[ApcMode], &Apc->ApcListEntry);
/* Display debug message */ /* Display debug message */
DPRINT1("Inserted the Thread Exit APC for '%.16s' into the Queue\n", DPRINT("Inserted the Thread Exit APC for '%.16s' into the Queue\n",
((PETHREAD)Thread)->ThreadsProcess->ImageFileName); ((PETHREAD)Thread)->ThreadsProcess->ImageFileName);
} }
else else