~ruther/guix-local

d616c05529e7bd3e8cfd6106f9067c3de7c2b91c — Ludovic Courtès 11 years ago 4625141
substitute-binary: Change "unresponsive" to "slow".

* guix/scripts/substitute-binary.scm (fetch): Change "unresponsive" to
  "somewhat slow".  I'm being told that the former is often
  misunderstood as "broken".
1 files changed, 1 insertions(+), 1 deletions(-)

M guix/scripts/substitute-binary.scm
M guix/scripts/substitute-binary.scm => guix/scripts/substitute-binary.scm +1 -1
@@ 175,7 175,7 @@ to the caller without emitting an error message."
                           %fetch-timeout
                           0)
           (begin
             (warning (_ "while fetching ~a: server is unresponsive~%")
             (warning (_ "while fetching ~a: server is somewhat slow~%")
                      (uri->string uri))
             (warning (_ "try `--no-substitutes' if the problem persists~%"))