mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 08:00:24 +00:00
- Fix leftover from 38960
svn path=/trunk/; revision=38983
This commit is contained in:
parent
5862fb9aaa
commit
25efba5b5b
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 */
|
||||
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");
|
||||
|
|
Loading…
Reference in a new issue