mirror of
https://github.com/reactos/reactos.git
synced 2025-07-04 05:51:24 +00:00
Silence informational messages.
svn path=/trunk/; revision=11600
This commit is contained in:
parent
5882e75d37
commit
885ff857c4
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: pnpmgr.c,v 1.50 2004/11/08 01:46:12 weiden Exp $
|
/* $Id: pnpmgr.c,v 1.51 2004/11/09 00:38:37 ion Exp $
|
||||||
*
|
*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
|
@ -161,7 +161,7 @@ IoGetDeviceProperty(
|
||||||
KeyNameBuffer = ExAllocatePool(PagedPool,
|
KeyNameBuffer = ExAllocatePool(PagedPool,
|
||||||
(49 * sizeof(WCHAR)) + DeviceNode->InstancePath.Length);
|
(49 * sizeof(WCHAR)) + DeviceNode->InstancePath.Length);
|
||||||
|
|
||||||
DPRINT1("KeyNameBuffer: %x, value %S\n",
|
DPRINT("KeyNameBuffer: %x, value %S\n",
|
||||||
KeyNameBuffer, RegistryPropertyName);
|
KeyNameBuffer, RegistryPropertyName);
|
||||||
|
|
||||||
if (KeyNameBuffer == NULL)
|
if (KeyNameBuffer == NULL)
|
||||||
|
@ -1050,7 +1050,7 @@ IopActionInterrogateDeviceStack(
|
||||||
/* FIXME: Cleanup and disable device */
|
/* FIXME: Cleanup and disable device */
|
||||||
}
|
}
|
||||||
|
|
||||||
DPRINT1("InstancePath is %S\n", DeviceNode->InstancePath.Buffer);
|
DPRINT("InstancePath is %S\n", DeviceNode->InstancePath.Buffer);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Create registry key for the instance id, if it doesn't exist yet
|
* Create registry key for the instance id, if it doesn't exist yet
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue