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 8824978 commit 0b45a42Copy full SHA for 0b45a42
src/dist/temp.rs
@@ -65,7 +65,7 @@ impl Drop for File {
65
match fs::remove_file(&self.path) {
66
Ok(()) => debug!(path = %self.path.display(), "deleted temp file"),
67
Err(e) => {
68
- warn!(path = %self.path.display(), error = %e, "could not delete temp file")
+ warn!("could not delete temp file {} ({e})", self.path.display())
69
}
70
71
0 commit comments