From d09e8c7b15a01c1e0abed6c5e17154052e9bb3a2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= <ludo@gnu.org>
Date: Thu, 13 Nov 2014 22:17:44 +0100
Subject: [PATCH] substitute-binary: Be slightly less verbose when downloading.

* guix/scripts/substitute-binary.scm (guix-substitute-binary)<"--substitute">:
  Be slightly less verbose.
---
 guix/scripts/substitute-binary.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/guix/scripts/substitute-binary.scm b/guix/scripts/substitute-binary.scm
index f5ccc8d5e51..ddca76d3701 100755
--- a/guix/scripts/substitute-binary.scm
+++ b/guix/scripts/substitute-binary.scm
@@ -731,8 +731,8 @@ (define (valid? obj)
           ;; 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)
-- 
GitLab