- Fix compile issues caused by previous patch.
[reactos.git] / reactos / ntoskrnl / ob / wait.c
index a77e998..0943abf 100644 (file)
@@ -243,7 +243,7 @@ Quickie:
     if (LockInUse) KeLeaveCriticalRegion();
 
     /* Return status */
-    DPRINT1("Returning: %x\n", Status);
+    DPRINT("Returning: %x\n", Status);
     return Status;
 }