diff --git a/libimagstore/src/store.rs b/libimagstore/src/store.rs index 4fa556d8..8696d107 100644 --- a/libimagstore/src/store.rs +++ b/libimagstore/src/store.rs @@ -621,6 +621,7 @@ impl Store { FileAbstraction::copy(&old_id_as_path, &new_id_as_path) .and_then(|_| { if remove_old { + debug!("Removing old '{:?}'", old_id_as_path); FileAbstraction::remove_file(&old_id_as_path) } else { Ok(())