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
This commit is contained in:
Maxim Cournoyer 2024-12-15 15:49:46 +09:00
parent 0a5b060be1
commit dc3b526bad
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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)))