Browse Source

debug.cpp

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

2
libfuse/lib/debug.cpp

@ -1280,7 +1280,7 @@ debug_fuse_out_header(const struct fuse_out_header *hdr_)
"unique=0x{:016x};" "unique=0x{:016x};"
" opcode=RESPONSE;" " opcode=RESPONSE;"
" error={} ({});" " error={} ({});"
" len={};"
" len={};\n"
, ,
hdr_->unique, hdr_->unique,
hdr_->error, hdr_->error,

Loading…
Cancel
Save