From 813151ec733c38e5e39cc78f393ab85a4c046883 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Thu, 20 Nov 2025 16:19:30 -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 b82bce98..e4fba572 100644 --- a/libfuse/lib/debug.cpp +++ b/libfuse/lib/debug.cpp @@ -1162,7 +1162,7 @@ debug_fuse_in_header(const struct fuse_in_header *hdr_) const void *arg = &hdr_[1]; fmt::print(stderr, - "unique=0x%016" PRIx64 ";" + "unique=0x{:016x}";" " opcode=%s ({});" " nodeid={};" " uid={};"