diff --git a/reactos/ntoskrnl/io/device.c b/reactos/ntoskrnl/io/device.c index ca5a739e07b..4351743cdaa 100644 --- a/reactos/ntoskrnl/io/device.c +++ b/reactos/ntoskrnl/io/device.c @@ -168,7 +168,7 @@ IoAttachDeviceToDeviceStackSafe( { /* FIXME: IoAttachDeviceToDeviceStackSafe must not call * IoAttachDeviceToDeviceStack, but the other way around! */ - DPRINT1("IoAttachDeviceToDeviceStackSafe() badly implemented!\n"); + DPRINT("IoAttachDeviceToDeviceStackSafe() badly implemented!\n"); *AttachedToDeviceObject = IoAttachDeviceToDeviceStack(SourceDevice, TargetDevice); return STATUS_SUCCESS; } diff --git a/reactos/ntoskrnl/io/pnpreport.c b/reactos/ntoskrnl/io/pnpreport.c index 3c33f8f5651..0da03bd153c 100644 --- a/reactos/ntoskrnl/io/pnpreport.c +++ b/reactos/ntoskrnl/io/pnpreport.c @@ -81,7 +81,7 @@ IoReportResourceForDetection( OUT PBOOLEAN ConflictDetected) { *ConflictDetected = FALSE; - DPRINT1("IoReportResourceForDetection unimplemented\n"); + DPRINT1("IoReportResourceForDetection partly implemented\n"); /* HACK: check if serial debug output is enabled. If yes, * prevent serial port driver to detect this serial port