From dfb43e45b5d5a421be21422f825ae48cd44c1188 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 25 Apr 2013 23:07:24 +0200 Subject: [PATCH] gnu-maintenance: Add newline in warning messages. * guix/gnu-maintenance.scm (download-tarball): Add newline in warning messages. --- guix/gnu-maintenance.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guix/gnu-maintenance.scm b/guix/gnu-maintenance.scm index 4c7241fc88befc7cc8a233a7720913281ba82319..be739e34a30d2bc4b39ed19a46b04c701a565149 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)