Browse Source

fuse.cpp

tests
Antonio SJ Musumeci 5 days ago
parent
commit
cbeefba9f9
  1. 3
      libfuse/lib/fuse.cpp

3
libfuse/lib/fuse.cpp

@ -2084,6 +2084,9 @@ fuse_lib_create(fuse_req_t *req_,
} }
err = get_path_name(hdr_->nodeid,name,&fusepath); err = get_path_name(hdr_->nodeid,name,&fusepath);
fmt::print("{} = create: nodeid={}; name={}; fusepath={};\n",
err,hdr_->nodeid,name,fusepath);
if(!err) if(!err)
{ {
fmt::print("create: nodeid={}; name={}; fusepath={};\n", fmt::print("create: nodeid={}; name={}; fusepath={};\n",

Loading…
Cancel
Save