diff --git a/libfuse/lib/fuse.cpp b/libfuse/lib/fuse.cpp index 77050d5a..b02a64c8 100644 --- a/libfuse/lib/fuse.cpp +++ b/libfuse/lib/fuse.cpp @@ -2086,6 +2086,8 @@ fuse_lib_create(fuse_req_t *req_, err = get_path_name(hdr_->nodeid,name,&fusepath); if(!err) { + fmt::print("create: nodeid={}; name={}; fusepath={};\n", + hdr_->nodeid,name,fusepath); err = f.ops.create(&req_->ctx, &fusepath[1], arg->mode,