Browse Source

fuse_open.cpp

passthrough_debug
Antonio SJ Musumeci 4 months ago
parent
commit
014bb28712
  1. 2
      src/fuse_open.cpp

2
src/fuse_open.cpp

@ -334,7 +334,7 @@ _open_for_insert_lambda(const fuse_context *fc_,
ffi_->passthrough = true; ffi_->passthrough = true;
ffi_->keep_cache = false; ffi_->keep_cache = false;
fmt::print("open backing_id: {}\n",ffi_->backing_id);
fmt::print("open backing_id: {}\n",ffi_->backing_id)
return 0; return 0;
} }

Loading…
Cancel
Save