Gentoo Archives: gentoo-commits

From: Brian Dolbec <brian.dolbec@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/layman:master commit in: layman/
Date: Sat, 30 Apr 2011 22:37:30
Message-Id: cfa618287cf94f5ba4b295aeadf8168e90374533.dol-sen@gentoo
1 commit: cfa618287cf94f5ba4b295aeadf8168e90374533
2 Author: dol-sen <brian.dolbec <AT> gmail <DOT> com>
3 AuthorDate: Sat Apr 30 22:37:21 2011 +0000
4 Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
5 CommitDate: Sat Apr 30 22:37:21 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/layman.git;a=commit;h=cfa61828
7
8 improve the output a bit.
9
10 ---
11 layman/cli.py | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/layman/cli.py b/layman/cli.py
15 index c8093c3..5618d49 100644
16 --- a/layman/cli.py
17 +++ b/layman/cli.py
18 @@ -197,7 +197,7 @@ class Main(object):
19 self.output.info("Fetching remote list,...", 2)
20 result = self.api.fetch_remote_list()
21 if result:
22 - self.output.info('Ok', 2)
23 + self.output.info('Fetch Ok', 2)
24 else:
25 errors = self.api.get_errors()
26 self.output.warn('Download failed.\nError was: '