From 2eb1703bc40b01d6dcb625b444a4955c614b3aa0 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Thu, 20 Nov 2025 16:51:47 -0600 Subject: [PATCH] debug.cpp --- libfuse/lib/debug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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={};"