mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 09:00:27 +00:00
Shut up some debug messages
svn path=/trunk/; revision=17701
This commit is contained in:
parent
31a759e85c
commit
8afef2bda9
2 changed files with 2 additions and 2 deletions
|
@ -243,7 +243,7 @@ Quickie:
|
||||||
if (LockInUse) KeLeaveCriticalRegion();
|
if (LockInUse) KeLeaveCriticalRegion();
|
||||||
|
|
||||||
/* Return status */
|
/* Return status */
|
||||||
DPRINT1("Returning: %x\n", Status);
|
DPRINT("Returning: %x\n", Status);
|
||||||
return Status;
|
return Status;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -776,7 +776,7 @@ PnpEventThread(LPVOID lpParameter)
|
||||||
DPRINT("Received PnP Event\n");
|
DPRINT("Received PnP Event\n");
|
||||||
if (UuidEqual(&PnpEvent->EventGuid, (UUID*)&GUID_DEVICE_ARRIVAL, &RpcStatus))
|
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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue