Browse Source

fuse_getattr.cpp

nix-debugging
Antonio SJ Musumeci 19 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"
" uid: {}\n"
" gid: {}\n"
" err: {}\n"
,
fusepath_.string(),
getuid(),
getgid()
getgid(),
strerror(-rv)
);
}

Loading…
Cancel
Save