Browse Source

debug.cpp

nix-debugging
Antonio SJ Musumeci 1 day ago
parent
commit
2eb1703bc4
  1. 2
      libfuse/lib/debug.cpp

2
libfuse/lib/debug.cpp

@ -1277,7 +1277,7 @@ void
debug_fuse_out_header(const struct fuse_out_header *hdr_) debug_fuse_out_header(const struct fuse_out_header *hdr_)
{ {
fmt::print(g_OUTPUT, fmt::print(g_OUTPUT,
"unique=0x%016" PRIx64 ";"
"unique=0x{:016x};"
" opcode=RESPONSE;" " opcode=RESPONSE;"
" error=%d (%s);" " error=%d (%s);"
" len={};" " len={};"

Loading…
Cancel
Save