[yum/f16] Added missing patch, which was only uplaoded to server. http://lists.fedoraproject.org/pipermail/scm

Ján ONDREJ ondrejj at fedoraproject.org
Sun Dec 11 22:50:38 UTC 2011


commit 70e91575618c637a33595a1285a460521f6a60d1
Author: Jan ONDREJ (SAL) <ondrejj(at)salstar.sk>
Date:   Sun Dec 11 23:47:11 2011 +0100

    Added missing patch, which was only uplaoded to server.
    http://lists.fedoraproject.org/pipermail/scm-commits/2011-December/693055.html

 yum-silence.patch |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)
---
diff --git a/yum-silence.patch b/yum-silence.patch
new file mode 100644
index 0000000..b4ba054
--- /dev/null
+++ b/yum-silence.patch
@@ -0,0 +1,15 @@
+@@ -, +, @@ 
+ 750859.
+ yumcommands.py |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+--- a/yumcommands.py	
++++ a/yumcommands.py	
+@@ -215,7 +215,7 @@ class YumCommand:
+         :param *args: additional arguments associated with the message
+         """
+         if not self.done_command_once:
+-            base.verbose_logger.info(msg, *args)
++            base.verbose_logger.log(logginglevels.INFO_2, msg, *args)
+         self.done_command_once = True
+ 
+     def getNames(self):


More information about the scm-commits mailing list