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