From bff460a879d3f9e7ffa231ea71b272da7835dcc5 Mon Sep 17 00:00:00 2001 From: belliash Date: Wed, 11 Jan 2023 23:29:27 +0100 Subject: [PATCH] Print COM port address properly --- xtldr/efiutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtldr/efiutil.c b/xtldr/efiutil.c index 562f4b4..7c2201c 100644 --- a/xtldr/efiutil.c +++ b/xtldr/efiutil.c @@ -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 {