mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[NTOSKRNL]
- Print the status returned when an IRP_MN_START_DEVICE request fails svn path=/trunk/; revision=53291
This commit is contained in:
parent
c85915b113
commit
14345748e5
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ IopStartDevice2(IN PDEVICE_OBJECT DeviceObject)
|
|||
/* Set the appropriate flag */
|
||||
DeviceNode->Flags |= DNF_START_FAILED;
|
||||
|
||||
DPRINT1("Warning: PnP Start failed (%wZ)\n", &DeviceNode->InstancePath);
|
||||
DPRINT1("Warning: PnP Start failed (%wZ) [Status: 0x%x]\n", &DeviceNode->InstancePath, Status);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue