mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user