Add ID reporting in imag-mv

This commit is contained in:
Matthias Beyer 2018-11-01 17:57:22 +01:00
parent f3a03efd5d
commit 96ad41ea4c
1 changed files with 3 additions and 0 deletions

View File

@ -129,6 +129,9 @@ fn main() {
}) })
.map_err_trace_exit_unwrap(1); .map_err_trace_exit_unwrap(1);
let _ = rt.report_touched(&destname)
.map_err_trace_exit_unwrap(1);
// re-add links to moved entry // re-add links to moved entry
relink(rt.store(), destname, &mut linked_entries); relink(rt.store(), destname, &mut linked_entries);