Author: fireball
Date: Mon Jul 17 00:05:18 2006
New Revision: 23089
URL:
http://svn.reactos.org/svn/reactos?rev=23089&view=rev
Log:
Slightly improve debug prints in IoInvalidateDeviceRelations()
Modified:
trunk/reactos/ntoskrnl/io/pnpmgr/pnpmgr.c
Modified: trunk/reactos/ntoskrnl/io/pnpmgr/pnpmgr.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/io/pnpmgr/pnpmgr.…
==============================================================================
--- trunk/reactos/ntoskrnl/io/pnpmgr/pnpmgr.c (original)
+++ trunk/reactos/ntoskrnl/io/pnpmgr/pnpmgr.c Mon Jul 17 00:05:18 2006
@@ -2314,7 +2314,7 @@
NTSTATUS Status;
ULONG i;
- DPRINT("DeviceNode 0x%p\n", DeviceNode);
+ DPRINT("DeviceNode 0x%p, Type %d\n", DeviceNode, Type);
DPRINT("Sending IRP_MN_QUERY_DEVICE_RELATIONS to device stack\n");
@@ -2443,6 +2443,7 @@
return Status;
}
+ DPRINT("IopInvalidateDeviceRelations() finished\n");
return STATUS_SUCCESS;
}