Display an error message only if we're not in the "load only boot drivers" phase

svn path=/trunk/; revision=22212
This commit is contained in:
Hervé Poussineau 2006-06-04 16:30:27 +00:00
parent 18fbc81749
commit bfa0a5c6e1

View file

@ -2090,10 +2090,10 @@ IopActionInitChildServices(PDEVICE_NODE DeviceNode,
{
IopDeviceNodeSetFlag(DeviceNode, DNF_DISABLED);
IopDeviceNodeSetFlag(DeviceNode, DNF_START_FAILED);
/* FIXME: Log the error (possibly in IopInitializeDeviceNodeService) */
CPRINT("Initialization of service %S failed (Status %x)\n",
DeviceNode->ServiceName.Buffer, Status);
}
/* FIXME: Log the error (possibly in IopInitializeDeviceNodeService) */
CPRINT("Initialization of service %S failed (Status %x)\n",
DeviceNode->ServiceName.Buffer, Status);
}
} else
{