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 1SHKYS-00057A-T8 for garchives@archives.gentoo.org; Mon, 09 Apr 2012 19:47:13 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E6E1E0B53; Mon, 9 Apr 2012 19:47:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5180DE0B53 for ; Mon, 9 Apr 2012 19:47:03 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9689B1B409D for ; Mon, 9 Apr 2012 19:47:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 4B904E5402 for ; Mon, 9 Apr 2012 19:47:01 +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: <1334000738.b7b7df1489d582443462d88dfa0ce86a35caf4af.dol-sen@gentoo> Subject: [gentoo-commits] proj/layman:master commit in: layman/ X-VCS-Repository: proj/layman X-VCS-Files: layman/api.py X-VCS-Directories: layman/ X-VCS-Committer: dol-sen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: b7b7df1489d582443462d88dfa0ce86a35caf4af X-VCS-Branch: master Date: Mon, 9 Apr 2012 19:47:01 +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: 2a2c2788-67a5-42a2-962f-f07afd46e033 X-Archives-Hash: c77173fa9f94b30c867117f48b8ec0d0 commit: b7b7df1489d582443462d88dfa0ce86a35caf4af Author: Brian Dolbec gentoo org> AuthorDate: Mon Apr 9 19:45:38 2012 +0000 Commit: Brian Dolbec gmail com> CommitDate: Mon Apr 9 19:45:38 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/layman.git;a=3D= commit;h=3Db7b7df14 fix news debug statement. --- layman/api.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/layman/api.py b/layman/api.py index 7b3111f..72258d4 100755 --- a/layman/api.py +++ b/layman/api.py @@ -557,7 +557,8 @@ class LaymanAPI(object): ovl =3D self._get_installed_db().select(repo) ovl_path =3D os.path.join(ovl.config['storage'],= repo) repo_names.append(portdb.getRepositoryName(ovl_p= ath)) - self.output.debug("LaymanAPI: update_news(); repo_na= mes =3D", repo_names, 4) + self.output.debug("LaymanAPI: update_news(); repo_na= mes =3D " + + str(repo_names), 4) news_counts =3D count_unread_news(portdb, vardb, rep= o_names) display_news_notifications(news_counts) except ImportError: