guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/08: substitute-binary: Change "unresponsive" to "slow".


From: Ludovic Courtès
Subject: 01/08: substitute-binary: Change "unresponsive" to "slow".
Date: Thu, 27 Nov 2014 23:10:58 +0000

civodul pushed a commit to branch master
in repository guix.

commit d616c05529e7bd3e8cfd6106f9067c3de7c2b91c
Author: Ludovic Courtès <address@hidden>
Date:   Thu Nov 27 21:20:11 2014 +0100

    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".
---
 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 ddca76d..0801057 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~%"))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]