[ros-diffs] [hpoussin] 14623: Change debug messages to more neutral ones

hpoussin at svn.reactos.com hpoussin at svn.reactos.com
Fri Apr 15 00:41:49 CEST 2005


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050415/e692b2f8/attachment.html


More information about the Ros-diffs mailing list