Browse Source

debug.cpp

nix-debugging
Antonio SJ Musumeci 18 hours ago
parent
commit
bfd89ffe23
  1. 2
      libfuse/lib/debug.cpp

2
libfuse/lib/debug.cpp

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

Loading…
Cancel
Save