Change erase dry-run output format
This commit is contained in:
@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user