[ros-diffs] [hbirr] 17305: Fixed a debug message.
hbirr at svn.reactos.com
hbirr at svn.reactos.com
Thu Aug 11 22:23:25 CEST 2005
Fixed a debug message.
Modified: trunk/reactos/ntoskrnl/ke/dpc.c
_____
Modified: trunk/reactos/ntoskrnl/ke/dpc.c
--- trunk/reactos/ntoskrnl/ke/dpc.c 2005-08-11 20:18:24 UTC (rev
17304)
+++ trunk/reactos/ntoskrnl/ke/dpc.c 2005-08-11 20:23:13 UTC (rev
17305)
@@ -199,7 +199,7 @@
/* 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050811/eb8499c4/attachment.html
More information about the Ros-diffs
mailing list