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".
This commit is contained in:
Ludovic Courtès 2014-11-27 21:20:11 +01:00
parent 4625141126
commit d616c05529
1 changed files with 1 additions and 1 deletions

View File

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