mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 01:25:56 +00:00
Slightly improve debug prints in IoInvalidateDeviceRelations()
svn path=/trunk/; revision=23089
This commit is contained in:
parent
7601691d1b
commit
359a5de1ec
1 changed files with 2 additions and 1 deletions
|
@ -2314,7 +2314,7 @@ IopInvalidateDeviceRelations(IN PDEVICE_NODE DeviceNode,
|
||||||
NTSTATUS Status;
|
NTSTATUS Status;
|
||||||
ULONG i;
|
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");
|
DPRINT("Sending IRP_MN_QUERY_DEVICE_RELATIONS to device stack\n");
|
||||||
|
|
||||||
|
@ -2443,6 +2443,7 @@ IopInvalidateDeviceRelations(IN PDEVICE_NODE DeviceNode,
|
||||||
return Status;
|
return Status;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
DPRINT("IopInvalidateDeviceRelations() finished\n");
|
||||||
return STATUS_SUCCESS;
|
return STATUS_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue