- Fix leftover from 38960
authorStefan Ginsberg <stefanginsberg@gmail.com>
Tue, 20 Jan 2009 18:58:08 +0000 (18:58 +0000)
committerStefan Ginsberg <stefanginsberg@gmail.com>
Tue, 20 Jan 2009 18:58:08 +0000 (18:58 +0000)
svn path=/trunk/; revision=38983

reactos/drivers/serial/serial/pnp.c

index 530f1df..668ea65 100644 (file)
@@ -223,7 +223,7 @@ SerialPnpStartDevice(
        ComPortBase = ULongToPtr(DeviceExtension->BaseAddress);
 
        /* Test if we are trying to start the serial port used for debugging */
-    DPRINT1("Comparing addresses: KdComPortInUse: %p, ComPortBase: %p\n", KdComPortInUse, ComPortBase);
+    DPRINT("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");