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
|
@ -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~%"))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue