aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2019-06-06 12:53:37 +0200
committerFabian Groffen <grobian@gentoo.org>2019-06-06 12:53:37 +0200
commit3c6670dbfa4b54c859d5423c95538b3f054b0dd0 (patch)
tree3d209cdbfcdb1684a1a7f4d882721bc62e7d3370 /qmanifest.c
parentqmanifest: improve verification error descriptions (diff)
downloadportage-utils-3c6670dbfa4b54c859d5423c95538b3f054b0dd0.tar.gz
portage-utils-3c6670dbfa4b54c859d5423c95538b3f054b0dd0.tar.bz2
portage-utils-3c6670dbfa4b54c859d5423c95538b3f054b0dd0.zip
qmanifest: terminate error line
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'qmanifest.c')
-rw-r--r--qmanifest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmanifest.c b/qmanifest.c
index 551f54c9..de685690 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);