From 8afef2bda936359fcdfc5a948bd0944c8fa0e350 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=A9=20van=20Geldorp?= Date: Tue, 6 Sep 2005 18:07:46 +0000 Subject: [PATCH 1/1] Shut up some debug messages svn path=/trunk/; revision=17701 --- reactos/ntoskrnl/ob/wait.c | 2 +- reactos/services/umpnpmgr/umpnpmgr.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/ntoskrnl/ob/wait.c b/reactos/ntoskrnl/ob/wait.c index a77e998bcef..0943abf2f60 100644 --- a/reactos/ntoskrnl/ob/wait.c +++ b/reactos/ntoskrnl/ob/wait.c @@ -243,7 +243,7 @@ Quickie: if (LockInUse) KeLeaveCriticalRegion(); /* Return status */ - DPRINT1("Returning: %x\n", Status); + DPRINT("Returning: %x\n", Status); return Status; } diff --git a/reactos/services/umpnpmgr/umpnpmgr.c b/reactos/services/umpnpmgr/umpnpmgr.c index 2efcc9e504b..11eadd2254c 100644 --- a/reactos/services/umpnpmgr/umpnpmgr.c +++ b/reactos/services/umpnpmgr/umpnpmgr.c @@ -776,7 +776,7 @@ PnpEventThread(LPVOID lpParameter) 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 { -- 2.17.1