commit:     3c6670dbfa4b54c859d5423c95538b3f054b0dd0
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  6 10:53:37 2019 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Thu Jun  6 10:53:37 2019 +0000
URL:        https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=3c6670db

qmanifest: terminate error line

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 qmanifest.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qmanifest.c b/qmanifest.c
index 551f54c..de68569 100644
--- a/qmanifest.c
+++ b/qmanifest.c
@@ -960,7 +960,7 @@ verify_gpg_sig(const char *path, verify_msg **msgs)
                                free(ret);
                                ret = NULL;
                                printf("the signature could not be verified due 
to a "
-                                               "missing key for:\n  %s", buf);
+                                               "missing key for:\n  %s\n", 
buf);
                                break;
                        default:
                                free(ret);

Reply via email to