Skip to content

Commit d5d1337

Browse files
committed
[DEBUG] cubestore LocalDirRemoteFs vs mountpoints
1 parent adede57 commit d5d1337

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ impl RemoteFs for LocalDirRemoteFs {
224224
e
225225
))
226226
})?;
227-
debug!("Copy {temp_upload_path} => {dest}");
227+
debug!("Copy {temp_upload_path} => {}", dest.display());
228228
fs::copy(&temp_upload_path, dest.clone())
229229
.await
230230
.map_err(|e| {

0 commit comments

Comments
 (0)