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:
parent
4625141126
commit
d616c05529
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ (define* (fetch uri #:key (buffered? #t) (timeout? #t) (quiet-404? #f))
|
|||
%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~%"))
|
||||
|
||||
|
|
Loading…
Reference in a new issue