Browse Source

fuse_getattr.cpp

nix-debugging
Antonio SJ Musumeci 15 hours ago
parent
commit
d1ace6c392
  1. 4
      src/fuse_getattr.cpp

4
src/fuse_getattr.cpp

@ -97,10 +97,12 @@ _getattr(const fs::path &fusepath_,
fmt::println("getattr: {}\n" fmt::println("getattr: {}\n"
" uid: {}\n" " uid: {}\n"
" gid: {}\n" " gid: {}\n"
" err: {}\n"
, ,
fusepath_.string(), fusepath_.string(),
getuid(), getuid(),
getgid()
getgid(),
strerror(-rv)
); );
} }

Loading…
Cancel
Save