Fixed DPRINT in IopInvalidateDeviceRelations.

svn path=/trunk/; revision=6216
This commit is contained in:
Filip Navara 2003-10-03 13:37:53 +00:00
parent 54c0f5b8de
commit 5626948240

View file

@ -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");