From 385b1c5421d7ddd9853b43ab36f254e8e9e877be Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Mon, 15 Dec 2025 09:55:39 -0600 Subject: [PATCH] fuse.cpp --- libfuse/lib/fuse.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libfuse/lib/fuse.cpp b/libfuse/lib/fuse.cpp index 48b96a93..b0dd93d3 100644 --- a/libfuse/lib/fuse.cpp +++ b/libfuse/lib/fuse.cpp @@ -2323,6 +2323,8 @@ fuse_lib_opendir(fuse_req_t *req_, err = get_path(hdr_->nodeid,&fusepath); if(!err) { + fmt::print("opendir: {}\n", + req_->ctx.nodeid); err = f.ops.opendir(&req_->ctx, &fusepath[1], &ffi);