Browse Source

debug.cpp

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

2
libfuse/lib/debug.cpp

@ -1164,7 +1164,7 @@ debug_fuse_in_header(const struct fuse_in_header *hdr_)
const void *arg = &hdr_[1]; const void *arg = &hdr_[1];
fmt::print(stderr, fmt::print(stderr,
"unique=0x{:016x}"
"unique=0x{:016x};"
" opcode={} ({});" " opcode={} ({});"
" nodeid={};" " nodeid={};"
" uid={};" " uid={};"

Loading…
Cancel
Save