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 1QGIn3-0003yr-JX for garchives@archives.gentoo.org; Sat, 30 Apr 2011 22:37:29 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B93B1C01F; Sat, 30 Apr 2011 22:37:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4DCAA1C01F for ; Sat, 30 Apr 2011 22:37:22 +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 AC16E1B4033 for ; Sat, 30 Apr 2011 22:37:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 0B6A080505 for ; Sat, 30 Apr 2011 22:37:21 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1b94f151b74219541f87c8ec29b381c63075d07d.dol-sen@gentoo> Subject: [gentoo-commits] proj/layman:master commit in: layman/overlays/ X-VCS-Repository: proj/layman X-VCS-Files: layman/overlays/overlay.py X-VCS-Directories: layman/overlays/ X-VCS-Committer: dol-sen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 1b94f151b74219541f87c8ec29b381c63075d07d Date: Sat, 30 Apr 2011 22:37:21 +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: 3897089dcbc113f7a93d095ae61073d5 commit: 1b94f151b74219541f87c8ec29b381c63075d07d Author: dol-sen gmail com> AuthorDate: Sat Apr 30 07:01:30 2011 +0000 Commit: Brian Dolbec gmail com> CommitDate: Sat Apr 30 07:01:30 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/layman.git;a=3D= commit;h=3D1b94f151 start moving to debug message types. --- layman/overlays/overlay.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/layman/overlays/overlay.py b/layman/overlays/overlay.py index 9d2006b..dd2437c 100644 --- a/layman/overlays/overlay.py +++ b/layman/overlays/overlay.py @@ -233,7 +233,7 @@ class Overlay(object): def from_dict(self, overlay, ignore, quiet): """Process an xml overlay definition """ - print "overlay", overlay + self.output.debug("Overlay.from_dict; overlay" + str(overlay)) _name =3D overlay['name'] if _name !=3D None: self.name =3D ensure_unicode(_name)