mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Fixed DPRINT in IopInvalidateDeviceRelations.
svn path=/trunk/; revision=6216
This commit is contained in:
parent
54c0f5b8de
commit
5626948240
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: pnpmgr.c,v 1.18 2003/09/30 15:46:59 navaraf Exp $
|
||||
/* $Id: pnpmgr.c,v 1.19 2003/10/03 13:37:53 navaraf Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
|
@ -1074,7 +1074,7 @@ IopInvalidateDeviceRelations(
|
|||
NTSTATUS Status;
|
||||
ULONG i;
|
||||
|
||||
DPRINT("DeviceNode %x Pdo %x\n", DeviceNode, Pdo);
|
||||
DPRINT("DeviceNode %x\n", DeviceNode);
|
||||
|
||||
DPRINT("Sending IRP_MN_QUERY_DEVICE_RELATIONS to device stack\n");
|
||||
|
||||
|
|
Loading…
Reference in a new issue