mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 19:55:41 +00:00
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:
parent
18fbc81749
commit
bfa0a5c6e1
1 changed files with 3 additions and 3 deletions
|
@ -2090,10 +2090,10 @@ IopActionInitChildServices(PDEVICE_NODE DeviceNode,
|
||||||
{
|
{
|
||||||
IopDeviceNodeSetFlag(DeviceNode, DNF_DISABLED);
|
IopDeviceNodeSetFlag(DeviceNode, DNF_DISABLED);
|
||||||
IopDeviceNodeSetFlag(DeviceNode, DNF_START_FAILED);
|
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
|
} else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue