guix-commits
[Top][All Lists]
Advanced

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

01/06: scripts/substitute: Refine 'updating substitutes' message.


From: guix-commits
Subject: 01/06: scripts/substitute: Refine 'updating substitutes' message.
Date: Wed, 18 Dec 2024 02:28:44 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit dc3b526bad2f865b407580888f9b90afacac818f
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Dec 15 15:49:46 2024 +0900

    scripts/substitute: Refine 'updating substitutes' message.
    
    * guix/scripts/substitute.scm (process-query): Attempt to precise the 
'update
    substitutes' message.
    
    Suggested-by: Tobias Geerinckx-Rice <me@tobias.gr>
    Reported-by: Felix Lechner <felix.lechner@lease-up.com>
    Reviewed-by: Ludovic Courtès <ludo@gnu.org>
    Change-Id: I7b3f93f32b73a6a6175a035a09ab51a6e74e384b
---
 guix/scripts/substitute.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/scripts/substitute.scm b/guix/scripts/substitute.scm
index 8db730a9c0..ab18104e0a 100755
--- a/guix/scripts/substitute.scm
+++ b/guix/scripts/substitute.scm
@@ -328,7 +328,7 @@ authorized substitutes."
       (erase-current-line (current-error-port)) ;erase current line
       (force-output (current-error-port))
       (format (current-error-port)
-              (G_ "updating substitutes from '~a'... ~5,1f%")
+              (G_ "looking for substitutes on '~a'... ~5,1f%")
               url (* 100. (/ done total)))
       (set! done (+ 1 done)))
 



reply via email to

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