Browse Source

fuse_open.cpp

Antonio SJ Musumeci 1 week ago
parent
commit
93bcfb1ad0
  1. 2
      src/fuse_open.cpp

2
src/fuse_open.cpp

@ -323,7 +323,7 @@ _open_for_update_lambda(const fuse_context *fc_,
ffi_, ffi_,
false, // link_cow, need to always open the original false, // link_cow, need to always open the original
cfg->nfsopenhack); cfg->nfsopenhack);
fmt::print("open update {}\n",rv);
fmt::print("open update {} {}\n",rv,strerror(rv));
if(rv < 0) if(rv < 0)
return rv; return rv;

Loading…
Cancel
Save