servo: transmission: torrent-done: log destructive ops when TR_DEBUG=1

This commit is contained in:
Colin 2024-06-26 08:27:16 +00:00
parent 5def8f30ad
commit 4c74e53052

View File

@ -14,6 +14,7 @@ destructive() {
if [ -n "${TR_DRY_RUN-}" ]; then
echo "[dry-run] $*"
else
debug "$@"
"$@"
fi
}