Change erase dry-run output format

This commit is contained in:
2025-10-25 19:37:27 -07:00
parent e7c7c0fea1
commit c2e8792c2c

View File

@ -352,7 +352,9 @@ DRY-RUN, don't actually delete anything."
(trash-directory (trashinfo-trash-directory trashinfo)) (trash-directory (trashinfo-trash-directory trashinfo))
(name (trashinfo-name trashinfo))) (name (trashinfo-name trashinfo)))
(if dry-run (if dry-run
(format t "deleting: ~S~%deleting: ~S~%" info-file trashed-file) (format t "Deleting ~S~%Deleting ~S~%"
(uiop:native-namestring info-file)
(uiop:native-namestring trashed-file))
(handler-case (handler-case
(progn (progn
(delete-file info-file) (delete-file info-file)