mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 08:00:24 +00:00
- Change DPRINT to INFO_ to silence the spam
svn path=/trunk/; revision=39012
This commit is contained in:
parent
6766e1615f
commit
131ca9ba08
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue