summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/endpoint/configured.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/endpoint/configured.rs b/src/endpoint/configured.rs
index aecb291..16e75ae 100644
--- a/src/endpoint/configured.rs
+++ b/src/endpoint/configured.rs
@@ -544,7 +544,7 @@ impl<'a> PreparedContainer<'a> {
.iter()
.map(|patch| async move {
let destination = PathBuf::from(crate::consts::PATCH_DIR_PATH).join(patch);
- trace!("Copying patch {} to container at {}/{}", crate::consts::PATCH_DIR_PATH, patch.display(), destination.display());
+ trace!("Copying patch {} to container at {}", patch.display(), destination.display());
let mut buf = vec![];
tokio::fs::OpenOptions::new()