From 2bf47f037313eb596d1f56ad61c0cf58d395a60b Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Mon, 15 Dec 2025 13:43:48 -0600 Subject: [PATCH] fuse.cpp --- libfuse/lib/fuse.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libfuse/lib/fuse.cpp b/libfuse/lib/fuse.cpp index 4c1fab3d..416776f6 100644 --- a/libfuse/lib/fuse.cpp +++ b/libfuse/lib/fuse.cpp @@ -1480,8 +1480,8 @@ fuse_lib_getattr(fuse_req_t *req_, if(!err) { - fmt::print("getattr: fh={}; fusepath={};", - fh,fusepath); + fmt::print("getattr: fh={}; fusepath={};\n", + fh,fusepath); err = ((fusepath != NULL) ? f.ops.getattr(&req_->ctx,&fusepath[1],&buf,&timeout) : f.ops.fgetattr(&req_->ctx,fh,&buf,&timeout));