[yum-git] yum/plugins.py

Tim Lauridsen timlau at linux.duke.edu
Fri Feb 8 09:47:55 UTC 2008


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

New commits:
commit 8366ca08d5671a7077e9220a9305d78fc31345b1
Author: Tim Lauridsen <tla at rasmil.dk>
Date:   Fri Feb 8 10:42:42 2008 +0100

    removed a single plugin translation wrapper, because it gives a weird Traceback

diff --git a/yum/plugins.py b/yum/plugins.py
index bfb788b..753b445 100644
--- a/yum/plugins.py
+++ b/yum/plugins.py
@@ -165,7 +165,7 @@ class YumPlugins:
         conduitcls = eval(conduitcls)       # Convert name to class object
 
         for modname, func in self._pluginfuncs[slotname]:
-            self.verbose_logger.debug(_('Running "%s" handler for "%s" plugin'), slotname,
+            self.verbose_logger.debug('Running "%s" handler for "%s" plugin', slotname,
                 modname)
     
             _, conf = self._plugins[modname]



More information about the Yum-cvs-commits mailing list