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 1QGIn4-0003zL-3v for garchives@archives.gentoo.org; Sat, 30 Apr 2011 22:37:30 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20F321C044; Sat, 30 Apr 2011 22:37:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E31691C044 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 5A1461B404B for ; Sat, 30 Apr 2011 22:37:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 75E2980509 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: Subject: [gentoo-commits] proj/layman:master commit in: layman/ X-VCS-Repository: proj/layman X-VCS-Files: layman/cli.py X-VCS-Directories: layman/ X-VCS-Committer: dol-sen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: cfa618287cf94f5ba4b295aeadf8168e90374533 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: f72679cf40df1bccf8935bce4eca3332 commit: cfa618287cf94f5ba4b295aeadf8168e90374533 Author: dol-sen gmail com> AuthorDate: Sat Apr 30 22:37:21 2011 +0000 Commit: Brian Dolbec gmail com> CommitDate: Sat Apr 30 22:37:21 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/layman.git;a=3D= commit;h=3Dcfa61828 improve the output a bit. --- layman/cli.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/layman/cli.py b/layman/cli.py index c8093c3..5618d49 100644 --- a/layman/cli.py +++ b/layman/cli.py @@ -197,7 +197,7 @@ class Main(object): self.output.info("Fetching remote list,...", 2) result =3D self.api.fetch_remote_list() if result: - self.output.info('Ok', 2) + self.output.info('Fetch Ok', 2) else: errors =3D self.api.get_errors() self.output.warn('Download failed.\nError was: '