Change debug messages to more neutral ones Modified: trunk/reactos/ntoskrnl/io/device.c Modified: trunk/reactos/ntoskrnl/io/pnpreport.c _____
Modified: trunk/reactos/ntoskrnl/io/device.c --- trunk/reactos/ntoskrnl/io/device.c 2005-04-14 21:47:57 UTC (rev 14622) +++ trunk/reactos/ntoskrnl/io/device.c 2005-04-14 22:41:48 UTC (rev 14623) @@ -168,7 +168,7 @@
{ /* 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; } _____
Modified: trunk/reactos/ntoskrnl/io/pnpreport.c --- trunk/reactos/ntoskrnl/io/pnpreport.c 2005-04-14 21:47:57 UTC (rev 14622) +++ trunk/reactos/ntoskrnl/io/pnpreport.c 2005-04-14 22:41:48 UTC (rev 14623) @@ -81,7 +81,7 @@
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