mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[NTOS:KDBG] Fix DPRINT format specifier in KdPortInitializeEx. CORE-14174
This commit is contained in:
parent
d17812f933
commit
a8bd06be98
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ KdPortInitializeEx(
|
||||||
|
|
||||||
/* Print message to blue screen */
|
/* Print message to blue screen */
|
||||||
sprintf(buffer,
|
sprintf(buffer,
|
||||||
"\r\nKernel Debugger: Serial port found: COM%ld (Port 0x%lx) BaudRate %ld\r\n\r\n",
|
"\r\nKernel Debugger: Serial port found: COM%ld (Port 0x%p) BaudRate %ld\r\n\r\n",
|
||||||
ComPortNumber,
|
ComPortNumber,
|
||||||
PortInformation->Address,
|
PortInformation->Address,
|
||||||
PortInformation->BaudRate);
|
PortInformation->BaudRate);
|
||||||
|
|
Loading…
Reference in a new issue