We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc5ff3d commit 205ae41Copy full SHA for 205ae41
src/utils/mod.rs
@@ -407,7 +407,7 @@ pub fn rename(
407
// Permission denied, but as we work in users home dirs and
408
// running programs like virus scanner are known to cause this
409
// the heuristic is quite good.
410
- info!(source = %src.display(), destination = %dest.display(), "renaming file in use, retrying");
+ info!("retrying renaming {} to {}", src.display(), dest.display());
411
OperationResult::Retry(e)
412
}
413
#[cfg(target_os = "linux")]
0 commit comments