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.…
==============================================================================
--- 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");