From: Mark Jansen Date: Tue, 20 Aug 2019 12:20:17 +0000 (+0200) Subject: [NTOSKRNL] Demote some noisy dprints X-Git-Tag: 0.4.14-dev~238 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=1539fb1414d099096475ee7a859e8da54379ad79 [NTOSKRNL] Demote some noisy dprints --- diff --git a/ntoskrnl/io/pnpmgr/plugplay.c b/ntoskrnl/io/pnpmgr/plugplay.c index 8526817c3c7..7782c3ee135 100644 --- a/ntoskrnl/io/pnpmgr/plugplay.c +++ b/ntoskrnl/io/pnpmgr/plugplay.c @@ -1077,7 +1077,7 @@ IopResetDevice(PPLUGPLAY_CONTROL_RESET_DEVICE_DATA ResetDeviceData) #endif { /* 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; } } @@ -1093,7 +1093,7 @@ IopResetDevice(PPLUGPLAY_CONTROL_RESET_DEVICE_DATA ResetDeviceData) if (NT_SUCCESS(Status)) { /* 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); } } diff --git a/ntoskrnl/po/power.c b/ntoskrnl/po/power.c index 121a41cdda3..fe26c0f4620 100644 --- a/ntoskrnl/po/power.c +++ b/ntoskrnl/po/power.c @@ -625,7 +625,7 @@ VOID NTAPI PoStartNextPowerIrp(IN PIRP Irp) { - UNIMPLEMENTED; + UNIMPLEMENTED_ONCE; } /*