[yum-cvs] yum/__init__.py

Tim Lauridsen timlau at linux.duke.edu
Fri Dec 14 14:12:01 UTC 2007


 yum/__init__.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a7fcbb4295bb3204f30064f9c9844ffc603429ee
Author: Tim Lauridsen <timlau at fedoraproject.org>
Date:   Fri Dec 14 15:09:28 2007 +0100

    make the skipbroken messages info instead of debug, the user what to see what is being skipped

diff --git a/yum/__init__.py b/yum/__init__.py
index 8227c36..3265211 100644
--- a/yum/__init__.py
+++ b/yum/__init__.py
@@ -609,7 +609,7 @@ class YumBase(depsolve.Depsolve):
             if toRemove:
                 for po in toRemove:
                     if self.tsInfo.exists(po.pkgtup):
-                        self.verbose_logger.debug("skipping %s because of depsolving problems" % str(po))
+                        self.verbose_logger.info("skipping %s because of depsolving problems" % str(po))
                         self.tsInfo.remove(po.pkgtup)
             else: # Nothing was removed, so we still got a problem
                 break # Bail out



More information about the Yum-cvs-commits mailing list