From dc3b526bad2f865b407580888f9b90afacac818f Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Sun, 15 Dec 2024 15:49:46 +0900 Subject: [PATCH] scripts/substitute: Refine 'updating substitutes' message. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * guix/scripts/substitute.scm (process-query): Attempt to precise the 'update substitutes' message. Suggested-by: Tobias Geerinckx-Rice Reported-by: Felix Lechner Reviewed-by: Ludovic Courtès 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 8db730a9c0a..ab18104e0ab 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)))