gnu: parallel: Update to 20160522.
[jackhill/guix/guix.git] / build-aux / download.scm
index a107a88..1e91e4b 100644 (file)
@@ -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)))