Shut up some debug messages
authorGé van Geldorp <ge@gse.nl>
Tue, 6 Sep 2005 18:07:46 +0000 (18:07 +0000)
committerGé van Geldorp <ge@gse.nl>
Tue, 6 Sep 2005 18:07:46 +0000 (18:07 +0000)
svn path=/trunk/; revision=17701

reactos/ntoskrnl/ob/wait.c
reactos/services/umpnpmgr/umpnpmgr.c

index a77e998..0943abf 100644 (file)
@@ -243,7 +243,7 @@ Quickie:
     if (LockInUse) KeLeaveCriticalRegion();
 
     /* Return status */
     if (LockInUse) KeLeaveCriticalRegion();
 
     /* Return status */
-    DPRINT1("Returning: %x\n", Status);
+    DPRINT("Returning: %x\n", Status);
     return Status;
 }
 
     return Status;
 }
 
index 2efcc9e..11eadd2 100644 (file)
@@ -776,7 +776,7 @@ PnpEventThread(LPVOID lpParameter)
         DPRINT("Received PnP Event\n");
         if (UuidEqual(&PnpEvent->EventGuid, (UUID*)&GUID_DEVICE_ARRIVAL, &RpcStatus))
         {
         DPRINT("Received PnP Event\n");
         if (UuidEqual(&PnpEvent->EventGuid, (UUID*)&GUID_DEVICE_ARRIVAL, &RpcStatus))
         {
-            DPRINT1("Device arrival event: %S\n", PnpEvent->TargetDevice.DeviceIds);
+            DPRINT("Device arrival event: %S\n", PnpEvent->TargetDevice.DeviceIds);
         }
         else
         {
         }
         else
         {