From 78c7fc48f3096d96a9809489df2f608d02d2fdf5 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 24 Nov 2024 00:35:38 -0600 Subject: [PATCH] func_getattr_ff.cpp --- src/func_getattr_ff.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/func_getattr_ff.cpp b/src/func_getattr_ff.cpp index dfa2d50b..22d146cf 100644 --- a/src/func_getattr_ff.cpp +++ b/src/func_getattr_ff.cpp @@ -19,6 +19,7 @@ Func2::GetattrFF::process(const Branches &branches_, fullpath = branch.path; fullpath /= fusepath_; rv = fs::lstat(fullpath.c_str(),st_); + fmt::print("{} {}\n",fullpath,rv); if(rv == 0) return 0; }