Skip to content

Commit 2bb55ee

Browse files
committed
[DEBUG] cubestore LocalDirRemoteFs vs mountpoints
1 parent 9d91f4f commit 2bb55ee

File tree

1 file changed

+4
-1
lines changed
  • rust/cubestore/cubestore/src/remotefs

1 file changed

+4
-1
lines changed

rust/cubestore/cubestore/src/remotefs/mod.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,10 @@ impl RemoteFs for LocalDirRemoteFs {
235235
e
236236
))
237237
})?;
238-
debug!("Copied {copy_res} bytes from {temp_upload_path} to {}", dest.display());
238+
debug!(
239+
"Copied {copy_res} bytes from {temp_upload_path} to {}",
240+
dest.display()
241+
);
239242
}
240243
if has_remote {
241244
let size = fs::metadata(&temp_upload_path).await?.len();

0 commit comments

Comments
 (0)