diff --git a/libfuse/lib/debug.cpp b/libfuse/lib/debug.cpp index 2754d1f5..8f8de0f5 100644 --- a/libfuse/lib/debug.cpp +++ b/libfuse/lib/debug.cpp @@ -1277,7 +1277,7 @@ void debug_fuse_out_header(const struct fuse_out_header *hdr_) { fmt::print(g_OUTPUT, - "unique=0x%016" PRIx64 ";" + "unique=0x{:016x};" " opcode=RESPONSE;" " error=%d (%s);" " len={};"