diff options
Diffstat (limited to 'build-aux/download.scm')
-rw-r--r-- | build-aux/download.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/download.scm b/build-aux/download.scm index a107a887dc..1e91e4b87c 100644 --- a/build-aux/download.scm +++ b/build-aux/download.scm @@ -56,7 +56,7 @@ (match (command-line) ((_ file expected-hash) (let ((uri (file-name->uri file))) - (format #t "downloading file `~a' from `~a'...~%" + (format #t "downloading file `~a'~%from `~a'...~%" file (uri->string uri)) (let*-values (((resp data) (http-get uri #:decode-body? #f)) ((hash) (bytevector->base16-string (sha256 data))) |