mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu-maintenance: Add newline in warning messages.
* guix/gnu-maintenance.scm (download-tarball): Add newline in warning messages.
This commit is contained in:
parent
43d8f4904c
commit
dfb43e45b5
1 changed files with 2 additions and 2 deletions
|
@ -356,9 +356,9 @@ (define* (download-tarball store project directory version
|
|||
(if ret
|
||||
tarball
|
||||
(begin
|
||||
(warning (_ "signature verification failed for `~a'")
|
||||
(warning (_ "signature verification failed for `~a'~%")
|
||||
base)
|
||||
(warning (_ "(could be because the public key is not in your keyring)"))
|
||||
(warning (_ "(could be because the public key is not in your keyring)~%"))
|
||||
#f)))))
|
||||
|
||||
(define (package-update store package)
|
||||
|
|
Loading…
Reference in a new issue