From 5ad15ec55d4e718ab8731acdb1cda73aeade89ad Mon Sep 17 00:00:00 2001 From: hans Date: Tue, 30 Jun 2026 11:56:46 +0200 Subject: [PATCH] report copied files --- audio-manager.rkt | 1 + 1 file changed, 1 insertion(+) diff --git a/audio-manager.rkt b/audio-manager.rkt index 0d09b38..0b7fba9 100644 --- a/audio-manager.rkt +++ b/audio-manager.rkt @@ -303,6 +303,7 @@ (let ((dest-path (build-path opus-path path-part))) (unless (directory-exists? (basedir dest-path)) (make-directory* (basedir dest-path))) + (rep-opus "Copying: ~a" path-part) (copy-file path dest-path #:exists-ok? #t) (set! copied-files (+ copied-files 1))))) )