mirror of
https://github.com/reactos/reactos.git
synced 2025-06-10 04:14:53 +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 */
|
/* Set the appropriate flag */
|
||||||
DeviceNode->Flags |= DNF_START_FAILED;
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue