- Change DPRINT to INFO_ to silence the spam

svn path=/trunk/; revision=39012
This commit is contained in:
Stefan Ginsberg 2009-01-22 13:35:13 +00:00
parent 6766e1615f
commit 131ca9ba08

View file

@ -223,7 +223,7 @@ SerialPnpStartDevice(
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");