mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
- Change DPRINT to INFO_ to silence the spam
svn path=/trunk/; revision=39012
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user