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))
|
||||
(name (trashinfo-name trashinfo)))
|
||||
(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
|
||||
(progn
|
||||
(delete-file info-file)
|
||||
|
||||
Reference in New Issue
Block a user