Skip to content

Commit 1434574

Browse files
committed
[NTOSKRNL]
- Print the status returned when an IRP_MN_START_DEVICE request fails svn path=/trunk/; revision=53291
1 parent c85915b commit 1434574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reactos/ntoskrnl/io/pnpmgr/pnpmgr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ IopStartDevice2(IN PDEVICE_OBJECT DeviceObject)
311311
/* Set the appropriate flag */
312312
DeviceNode->Flags |= DNF_START_FAILED;
313313

314-
DPRINT1("Warning: PnP Start failed (%wZ)\n", &DeviceNode->InstancePath);
314+
DPRINT1("Warning: PnP Start failed (%wZ) [Status: 0x%x]\n", &DeviceNode->InstancePath, Status);
315315
return;
316316
}
317317

0 commit comments

Comments
 (0)