[NTOSKRNL]
authorCameron Gutman <aicommander@gmail.com>
Thu, 18 Aug 2011 00:25:38 +0000 (00:25 +0000)
committerCameron Gutman <aicommander@gmail.com>
Thu, 18 Aug 2011 00:25:38 +0000 (00:25 +0000)
- Print the status returned when an IRP_MN_START_DEVICE request fails

svn path=/trunk/; revision=53291

reactos/ntoskrnl/io/pnpmgr/pnpmgr.c

index f3f0ce0..11b27b6 100644 (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;
     }