[Mammoth] Fix formatting in init debug message.
This commit is contained in:
parent
e642f3900f
commit
a3defbba53
|
@ -44,7 +44,7 @@ z_err_t ParseInitPort(uint64_t init_port_cap) {
|
||||||
case Z_BOOT_FRAMEBUFFER_INFO_VMMO:
|
case Z_BOOT_FRAMEBUFFER_INFO_VMMO:
|
||||||
gBootFramebufferVmmoCap = init_cap;
|
gBootFramebufferVmmoCap = init_cap;
|
||||||
default:
|
default:
|
||||||
dbgln("Unexpected init type {}, continuing.", init_sig);
|
dbgln("Unexpected init type {x}, continuing.", init_sig);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue