Use uppercase when printing status codes

This commit is contained in:
2024-02-16 22:03:00 +01:00
parent 109fd094ea
commit c99bd73dfd
7 changed files with 36 additions and 36 deletions

View File

@@ -235,7 +235,7 @@ BlpInitializeSerialPort(IN ULONG PortNumber,
/* Print debug message depending on port settings */
if(PortAddress)
{
BlConsolePrint(L"Initializing serial console at COM port address: 0x%lx\n", PortAddress);
BlConsolePrint(L"Initializing serial console at COM port address: 0x%lX\n", PortAddress);
}
else
{