diff --git a/src/fuse_getattr.cpp b/src/fuse_getattr.cpp index 693d5097..530841be 100644 --- a/src/fuse_getattr.cpp +++ b/src/fuse_getattr.cpp @@ -100,8 +100,8 @@ _getattr(const fs::path &fusepath_, " err: {}\n" , fusepath_.string(), - getuid(), - getgid(), + geteuid(), + getegid(), strerror(-rv) );