summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--guix/gnu-maintenance.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/guix/gnu-maintenance.scm b/guix/gnu-maintenance.scm
index 4c7241fc88..be739e34a3 100644
--- a/guix/gnu-maintenance.scm
+++ b/guix/gnu-maintenance.scm
@@ -356,9 +356,9 @@ success, return the tarball file name."
       (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)