mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
substitute: Make progress message shorter.
* guix/scripts/substitute.scm (fetch-narinfos)[update-progress!]: Shorten progress message so it fits on 80 columns.
This commit is contained in:
parent
4c97a368a6
commit
2bf9351e31
1 changed files with 1 additions and 1 deletions
|
@ -616,7 +616,7 @@ (define update-progress!
|
|||
(display "\r\x1b[K" (current-error-port)) ;erase current line
|
||||
(force-output (current-error-port))
|
||||
(format (current-error-port)
|
||||
(G_ "updating list of substitutes from '~a'... ~5,1f%")
|
||||
(G_ "updating substitutes from '~a'... ~5,1f%")
|
||||
url (* 100. (/ done total)))
|
||||
(set! done (+ 1 done)))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue