mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
0a5b060be1
commit
dc3b526bad
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue