mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Fixed a debug message.
svn path=/trunk/; revision=17305
This commit is contained in:
parent
312f880b0f
commit
bae5d406c1
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ KeInsertQueueDpc(PKDPC Dpc,
|
|||
/* Get the DPC Data */
|
||||
if (InterlockedCompareExchangeUL(&Dpc->DpcData, &Prcb->DpcData[0].DpcLock, 0)) {
|
||||
|
||||
DPRINT("DPC Already Inserted");
|
||||
DPRINT("DPC Already Inserted\n");
|
||||
#ifdef CONFIG_SMP
|
||||
KiReleaseSpinLock(&Prcb->DpcData[0].DpcLock);
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue