Silence debug message
Modified: trunk/reactos/ntoskrnl/ke/apc.c
--- trunk/reactos/ntoskrnl/ke/apc.c 2005-11-09 20:42:04 UTC (rev 19104) +++ trunk/reactos/ntoskrnl/ke/apc.c 2005-11-09 21:00:03 UTC (rev 19105) @@ -317,7 +317,7 @@
InsertHeadList(&ApcState->ApcListHead[ApcMode], &Apc->ApcListEntry); /* 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); } else