mirror of
https://github.com/reactos/reactos.git
synced 2026-07-05 18:54:20 +08:00
Silence debug message
svn path=/trunk/; revision=19105
This commit is contained in:
@@ -317,7 +317,7 @@ KiInsertQueueApc(PKAPC Apc,
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user