Print COM port address properly
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
2023-01-11 23:29:27 +01:00
parent 7496fa324e
commit bff460a879

View File

@@ -229,7 +229,7 @@ BlComPortInitialize()
/* Print debug message depending on port settings */
if(PortAddress)
{
BlEfiPrint(L"Initializing serial console at COM port address: %lx\n", PortAddress);
BlEfiPrint(L"Initializing serial console at COM port address: 0x%lx\n", PortAddress);
}
else
{