Shut up some debug messages
Modified: trunk/reactos/ntoskrnl/ob/wait.c
Modified: trunk/reactos/services/umpnpmgr/umpnpmgr.c

Modified: trunk/reactos/ntoskrnl/ob/wait.c
--- trunk/reactos/ntoskrnl/ob/wait.c	2005-09-06 17:33:56 UTC (rev 17700)
+++ trunk/reactos/ntoskrnl/ob/wait.c	2005-09-06 18:07:46 UTC (rev 17701)
@@ -243,7 +243,7 @@
     if (LockInUse) KeLeaveCriticalRegion();
 
     /* Return status */
-    DPRINT1("Returning: %x\n", Status);
+    DPRINT("Returning: %x\n", Status);
     return Status;
 }
 

Modified: trunk/reactos/services/umpnpmgr/umpnpmgr.c
--- trunk/reactos/services/umpnpmgr/umpnpmgr.c	2005-09-06 17:33:56 UTC (rev 17700)
+++ trunk/reactos/services/umpnpmgr/umpnpmgr.c	2005-09-06 18:07:46 UTC (rev 17701)
@@ -776,7 +776,7 @@
         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
         {