From cff15446ec05f1b24640597c5c59954220441358 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Mon, 1 Sep 2025 16:46:36 -0500 Subject: [PATCH] mfm_dup.cpp --- src/mfm_dup.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/mfm_dup.cpp b/src/mfm_dup.cpp index b21edae9..c019a7e0 100644 --- a/src/mfm_dup.cpp +++ b/src/mfm_dup.cpp @@ -49,10 +49,11 @@ mfm::dup(const Opts::Dup &opts_) if(dstpath == srcpath) continue; - fmt::println("copy {} to {} : {}", + fmt::println("copy {} to {} : {} : {}", srcpath.string(), dstpath.string(), - relpath.parent_path().string()); + relpath.parent_path().string(), + relpath.filename().string()); fs::clonepath(srcpath, dstpath,