From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QP4VU-0006U1-Nv for garchives@archives.gentoo.org; Wed, 25 May 2011 03:11:40 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67ABB1C02B; Wed, 25 May 2011 03:11:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 179A51C02B for ; Wed, 25 May 2011 03:11:25 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B52D1B4028 for ; Wed, 25 May 2011 03:11:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 0391580505 for ; Wed, 25 May 2011 03:11:24 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: Subject: [gentoo-commits] proj/portage:master commit in: pym/_emerge/ X-VCS-Repository: proj/portage X-VCS-Files: pym/_emerge/depgraph.py X-VCS-Directories: pym/_emerge/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: b883f09d47cf107224946c49bdb57aeb1d76ad92 Date: Wed, 25 May 2011 03:11:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: d5a2e12aefb9397c6ae69e0f4d7d340b commit: b883f09d47cf107224946c49bdb57aeb1d76ad92 Author: Zac Medico gentoo org> AuthorDate: Wed May 25 03:10:56 2011 +0000 Commit: Zac Medico gentoo org> CommitDate: Wed May 25 03:10:56 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3Db883f09d Fix a typo in last commit's debug message. --- pym/_emerge/depgraph.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py index fec2377..341b3a6 100644 --- a/pym/_emerge/depgraph.py +++ b/pym/_emerge/depgraph.py @@ -6670,7 +6670,7 @@ def _backtrack_depgraph(settings, trees, myopts, my= params, myaction, myfiles, sp if not success and mydepgraph.autounmask_breakage_detected(): if "--debug" in myopts: writemsg_level( - "\n\nautounmask breakage detectedn\n", + "\n\nautounmask breakage detected\n\n", noiselevel=3D-1, level=3Dlogging.DEBUG) myopts["--autounmask"] =3D "n" mydepgraph =3D depgraph(settings, trees, myopts, myparams, spinner,