mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[0.4.11][NTOSKRNL] Demote some noisy dprints
picked from 0.4.13-dev-988-g 1539fb1414
This commit is contained in:
parent
aa8ff05b47
commit
87afde19f7
2 changed files with 3 additions and 3 deletions
|
@ -1023,7 +1023,7 @@ IopResetDevice(PPLUGPLAY_CONTROL_RESET_DEVICE_DATA ResetDeviceData)
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
/* A driver has already been loaded for this device */
|
/* A driver has already been loaded for this device */
|
||||||
DPRINT1("A reboot is required for the current driver for '%wZ' to be replaced\n", &DeviceNode->InstancePath);
|
DPRINT("A reboot is required for the current driver for '%wZ' to be replaced\n", &DeviceNode->InstancePath);
|
||||||
DeviceNode->Problem = CM_PROB_NEED_RESTART;
|
DeviceNode->Problem = CM_PROB_NEED_RESTART;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1039,7 +1039,7 @@ IopResetDevice(PPLUGPLAY_CONTROL_RESET_DEVICE_DATA ResetDeviceData)
|
||||||
if (NT_SUCCESS(Status))
|
if (NT_SUCCESS(Status))
|
||||||
{
|
{
|
||||||
/* Start the service and begin PnP initialization of the device again */
|
/* Start the service and begin PnP initialization of the device again */
|
||||||
DPRINT1("A new driver will be loaded for '%wZ' (no FDO above)\n", &DeviceNode->InstancePath);
|
DPRINT("A new driver will be loaded for '%wZ' (no FDO above)\n", &DeviceNode->InstancePath);
|
||||||
Status = IopActionInitChildServices(DeviceNode, DeviceNode->Parent);
|
Status = IopActionInitChildServices(DeviceNode, DeviceNode->Parent);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -618,7 +618,7 @@ VOID
|
||||||
NTAPI
|
NTAPI
|
||||||
PoStartNextPowerIrp(IN PIRP Irp)
|
PoStartNextPowerIrp(IN PIRP Irp)
|
||||||
{
|
{
|
||||||
UNIMPLEMENTED;
|
UNIMPLEMENTED_ONCE;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue