[ros-diffs] [sginsberg] 39012: - Change DPRINT to INFO_ to silence the spam

sginsberg at svn.reactos.org sginsberg at svn.reactos.org
Thu Jan 22 14:35:13 CET 2009


Author: sginsberg
Date: Thu Jan 22 07:35:13 2009
New Revision: 39012

URL: http://svn.reactos.org/svn/reactos?rev=39012&view=rev
Log:
- Change DPRINT to INFO_ to silence the spam

Modified:
    trunk/reactos/drivers/serial/serial/pnp.c

Modified: trunk/reactos/drivers/serial/serial/pnp.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/serial/serial/pnp.c?rev=39012&r1=39011&r2=39012&view=diff
==============================================================================
--- trunk/reactos/drivers/serial/serial/pnp.c [iso-8859-1] (original)
+++ trunk/reactos/drivers/serial/serial/pnp.c [iso-8859-1] Thu Jan 22 07:35:13 2009
@@ -223,7 +223,7 @@
 	ComPortBase = ULongToPtr(DeviceExtension->BaseAddress);
 
 	/* Test if we are trying to start the serial port used for debugging */
-    DPRINT("Comparing addresses: KdComPortInUse: %p, ComPortBase: %p\n", KdComPortInUse, ComPortBase);
+    INFO_(SERIAL, "Comparing addresses: KdComPortInUse: %p, ComPortBase: %p\n", KdComPortInUse, ComPortBase);
 	if (KdComPortInUse == ComPortBase)
 	{
 		INFO_(SERIAL, "Failing IRP_MN_START_DEVICE as this serial port is used for debugging\n");



More information about the Ros-diffs mailing list