summary refs log tree commit diff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-11-13 22:17:44 +0100
committerLudovic Courtès <ludo@gnu.org>2014-11-13 22:17:44 +0100
commitd09e8c7b15a01c1e0abed6c5e17154052e9bb3a2 (patch)
treee3253ea5aec808aaade01621b54cf2a83e026789
parentcd2512bfa3ad704f10ee391d88e826d199b378c7 (diff)
downloadguix-d09e8c7b15a01c1e0abed6c5e17154052e9bb3a2.tar.gz
substitute-binary: Be slightly less verbose when downloading.
* guix/scripts/substitute-binary.scm (guix-substitute-binary)<"--substitute">:
  Be slightly less verbose.
-rwxr-xr-xguix/scripts/substitute-binary.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/guix/scripts/substitute-binary.scm b/guix/scripts/substitute-binary.scm
index f5ccc8d5e5..ddca76d370 100755
--- a/guix/scripts/substitute-binary.scm
+++ b/guix/scripts/substitute-binary.scm
@@ -731,8 +731,8 @@ substituter disabled~%")
           ;; Tell the daemon what the expected hash of the Nar itself is.
           (format #t "~a~%" (narinfo-hash narinfo))
 
-          (format (current-error-port) "downloading `~a' from `~a'~:[~*~; (~,1f MiB installed)~]...~%"
-                  store-path (uri->string uri)
+          (format (current-error-port) "downloading `~a'~:[~*~; (~,1f MiB installed)~]...~%"
+                  store-path
 
                   ;; Use the Nar size as an estimate of the installed size.
                   (narinfo-size narinfo)