mirror of
https://github.com/reactos/reactos.git
synced 2026-05-26 02:45:02 +08:00
Fixed a debug message.
svn path=/trunk/; revision=17305
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user