From a3defbba53f553b84c7aba05c40bf306fac2d93a Mon Sep 17 00:00:00 2001 From: Drew Galbraith Date: Wed, 15 Nov 2023 16:20:56 -0800 Subject: [PATCH] [Mammoth] Fix formatting in init debug message. --- lib/mammoth/src/init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mammoth/src/init.cpp b/lib/mammoth/src/init.cpp index 3417a54..234d177 100644 --- a/lib/mammoth/src/init.cpp +++ b/lib/mammoth/src/init.cpp @@ -44,7 +44,7 @@ z_err_t ParseInitPort(uint64_t init_port_cap) { case Z_BOOT_FRAMEBUFFER_INFO_VMMO: gBootFramebufferVmmoCap = init_cap; default: - dbgln("Unexpected init type {}, continuing.", init_sig); + dbgln("Unexpected init type {x}, continuing.", init_sig); } }