From ea3df0e248017b1e721d1a71f6447dcbfe9cdd79 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Thu, 20 Nov 2025 16:10:30 -0600 Subject: [PATCH] fuse_getattr.cpp --- src/fuse_getattr.cpp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/fuse_getattr.cpp b/src/fuse_getattr.cpp index 7cfa00aa..afcd87c8 100644 --- a/src/fuse_getattr.cpp +++ b/src/fuse_getattr.cpp @@ -94,7 +94,13 @@ _getattr(const fs::path &fusepath_, cfg.symlinkify_timeout); if(rv == -EACCES) { - fmt::println("getattr:"); + fmt::println("getattr: {}\n" + " uid: {}\n" + " gid: {}\n" + , + fusepath_.string(), + + ); }