[NTOSKRNL]

- Print the status returned when an IRP_MN_START_DEVICE request fails

svn path=/trunk/; revision=53291
This commit is contained in:
Cameron Gutman 2011-08-18 00:25:38 +00:00
parent c85915b113
commit 14345748e5

View file

@ -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;
}