Browse Source

fuse_getattr.cpp

nix-debugging
Antonio SJ Musumeci 8 hours ago
parent
commit
0566c45d12
  1. 4
      src/fuse_getattr.cpp

4
src/fuse_getattr.cpp

@ -100,8 +100,8 @@ _getattr(const fs::path &fusepath_,
" err: {}\n"
,
fusepath_.string(),
getuid(),
getgid(),
geteuid(),
getegid(),
strerror(-rv)
);

Loading…
Cancel
Save