diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-11-27 21:20:11 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-11-28 00:10:27 +0100 |
commit | d616c05529e7bd3e8cfd6106f9067c3de7c2b91c (patch) | |
tree | 493dcbfbd402826c5f8fedd308ef3d8add91dd97 | |
parent | 4625141126eebf1525bc75e6d5860ea5a8fefa76 (diff) | |
download | patches-d616c05529e7bd3e8cfd6106f9067c3de7c2b91c.tar patches-d616c05529e7bd3e8cfd6106f9067c3de7c2b91c.tar.gz |
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".
-rwxr-xr-x | guix/scripts/substitute-binary.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/scripts/substitute-binary.scm b/guix/scripts/substitute-binary.scm index ddca76d370..0801057e39 100755 --- a/guix/scripts/substitute-binary.scm +++ b/guix/scripts/substitute-binary.scm @@ -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~%")) |