[yum-cvs] cli.py

Seth Vidal skvidal at linux.duke.edu
Wed Sep 5 20:53:49 UTC 2007


 cli.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit ff1c6d84c96e09fa463fec1fa1ecf860ddf1163b
Author: Seth Vidal <skvidal at fedoraproject.org>
Date:   Wed Sep 5 16:52:09 2007 -0400

    change the output to log in info2 instead of debug3 -
    see if that helps people understanding
    why yum outputs 'Nothing to do'

diff --git a/cli.py b/cli.py
index 120435f..91e471f 100644
--- a/cli.py
+++ b/cli.py
@@ -494,8 +494,8 @@ class YumBaseCli(yum.YumBase, output.YumOutput):
             # ones that we obviously can't use
             for pkg in installable:
                 if self.rpmdb.installed(po=pkg):
-                    self.verbose_logger.log(yum.logginglevels.DEBUG_3,
-                        'Package %s is already installed, skipping', pkg)
+                    self.verbose_logger.log(yum.logginglevels.INFO_2,
+                        'Package %s is already installed.', pkg)
                     continue
                 
                 # everything installed that matches the name



More information about the Yum-cvs-commits mailing list