From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E728413877A for ; Sun, 3 Aug 2014 15:23:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 178B9E0967; Sun, 3 Aug 2014 15:23:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 792ACE0967 for ; Sun, 3 Aug 2014 15:23:02 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 81E8734030B for ; Sun, 3 Aug 2014 15:23:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 5528818815 for ; Sun, 3 Aug 2014 15:22:59 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1407075757.28d99141248063abd28a562cbc86eef897ad08af.dol-sen@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: pym/_emerge/ X-VCS-Repository: proj/portage X-VCS-Files: pym/_emerge/Binpkg.py X-VCS-Directories: pym/_emerge/ X-VCS-Committer: dol-sen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 28d99141248063abd28a562cbc86eef897ad08af X-VCS-Branch: master Date: Sun, 3 Aug 2014 15:22:59 +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-Archives-Salt: c5d9ccb6-3c97-44c3-925d-b0618358e12d X-Archives-Hash: 77df2332e22a8a0a9ca39deeb083c3a9 Message-ID: <20140803152259.t9gMqelZOwprTUUlemwD1qLv1JtK7BmbnIBe0Fc4tXg@z> commit: 28d99141248063abd28a562cbc86eef897ad08af Author: Brian Dolbec gentoo org> AuthorDate: Sun Aug 3 14:22:37 2014 +0000 Commit: Brian Dolbec gmail com> CommitDate: Sun Aug 3 14:22:37 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=28d99141 pym/_emerge/Binpkg.py: Add missing line feed to output. --- pym/_emerge/Binpkg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/_emerge/Binpkg.py b/pym/_emerge/Binpkg.py index a740efd..c0f0951 100644 --- a/pym/_emerge/Binpkg.py +++ b/pym/_emerge/Binpkg.py @@ -344,7 +344,7 @@ class Binpkg(CompositeTask): def _chpathtool_exit(self, chpathtool): if self._final_exit(chpathtool) != os.EX_OK: self._unlock_builddir() - self._writemsg_level("!!! Error Adjusting Prefix to %s" % + self._writemsg_level("!!! Error Adjusting Prefix to %s\n" % (self.settings["EPREFIX"],), noiselevel=-1, level=logging.ERROR) self.wait()