mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
Silence debug message
svn path=/trunk/; revision=19105
This commit is contained in:
parent
4b27b1a206
commit
e7bbce753f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue