civodul pushed a commit to branch master in repository guix. commit 2bf9351e311cce0004756890b93f50693f133bb6 Author: Ludovic Courtès <l...@gnu.org> Date: Tue Jun 12 10:30:30 2018 +0200
substitute: Make progress message shorter. * guix/scripts/substitute.scm (fetch-narinfos)[update-progress!]: Shorten progress message so it fits on 80 columns. --- 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 ab52245..d0beacc 100755 --- a/guix/scripts/substitute.scm +++ b/guix/scripts/substitute.scm @@ -616,7 +616,7 @@ if file doesn't exist, and the narinfo otherwise." (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)))))