Should go away at debug levels 0 and 1. --- yumcommands.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/yumcommands.py b/yumcommands.py index a862064..5dd8f00 100644 --- a/yumcommands.py +++ b/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): -- 1.7.4.4 _______________________________________________ Yum-devel mailing list Yum-devel@lists.baseurl.org http://lists.baseurl.org/mailman/listinfo/yum-devel