[Yum-devel] [PATCH] Remove unnecessary 'Finished Transaction Test' from CLI output.
Ville Skyttä
ville.skytta at iki.fi
Thu Dec 10 20:45:37 UTC 2009
The outcome of the test is printed immediately after that anyway which
should be a good enough hint that the test finished.
---
cli.py | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
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:
--
1.6.2.5
More information about the Yum-devel
mailing list