diff --git a/Source/Core/Core/HW/EXI/BBA/BuiltIn.cpp b/Source/Core/Core/HW/EXI/BBA/BuiltIn.cpp index 8e9248f830..f1c0a5f4f7 100644 --- a/Source/Core/Core/HW/EXI/BBA/BuiltIn.cpp +++ b/Source/Core/Core/HW/EXI/BBA/BuiltIn.cpp @@ -686,7 +686,7 @@ bool CEXIETHERNET::BuiltInBBAInterface::SendFrame(const u8* frame, u32 size) } default: - ERROR_LOG_FMT(SP1, "Unsupported EtherType {#06x}", *ethertype); + ERROR_LOG_FMT(SP1, "Unsupported EtherType {:#06x}", *ethertype); return false; }