[yum-commits] Branch 'yum-3_2_X' - cli.py
Ville Skyttä
scop at osuosl.org
Thu Dec 17 18:19:51 UTC 2009
cli.py | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
New commits:
commit 7121fda6a8602018155cfac077a57843a5ba79ab
Author: Ville Skyttä <ville.skytta at iki.fi>
Date: Thu Dec 10 22:42:55 2009 +0200
Remove unnecessary 'Finished Transaction Test' from CLI output.
The outcome of the test is printed immediately after that anyway which
should be a good enough hint that the test finished.
diff --git a/cli.py b/cli.py
index 8f50541..a70224d 100644
--- a/cli.py
+++ b/cli.py
@@ -455,9 +455,7 @@ class YumBaseCli(yum.YumBase, output.YumOutput):
self.populateTs(keepold=0) # sigh
tserrors = self.ts.test(testcb)
del testcb
-
- self.verbose_logger.log(yum.logginglevels.INFO_2,
- _('Finished Transaction Test'))
+
if len(tserrors) > 0:
errstring = _('Transaction Check Error:\n')
for descr in tserrors:
More information about the Yum-commits
mailing list