From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0E2C5138334 for ; Thu, 6 Jun 2019 13:46:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D9AFE088A; Thu, 6 Jun 2019 13:46:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1E431E088A for ; Thu, 6 Jun 2019 13:46:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6C94E34583C for ; Thu, 6 Jun 2019 13:46:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE027602 for ; Thu, 6 Jun 2019 13:46:35 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1559818417.3c6670dbfa4b54c859d5423c95538b3f054b0dd0.grobian@gentoo> Subject: [gentoo-commits] proj/portage-utils:master commit in: / X-VCS-Repository: proj/portage-utils X-VCS-Files: qmanifest.c X-VCS-Directories: / X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 3c6670dbfa4b54c859d5423c95538b3f054b0dd0 X-VCS-Branch: master Date: Thu, 6 Jun 2019 13:46:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bdf7c6e1-6c0b-4640-b767-6f140adecc7b X-Archives-Hash: 9c46be75d2675f74fa5abac867ef6acd commit: 3c6670dbfa4b54c859d5423c95538b3f054b0dd0 Author: Fabian Groffen gentoo org> AuthorDate: Thu Jun 6 10:53:37 2019 +0000 Commit: Fabian Groffen gentoo 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 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);