[yum-git] cli.py yum/__init__.py
Florian Festi
ffesti at linux.duke.edu
Fri Jan 11 09:24:33 UTC 2008
cli.py | 2 --
yum/__init__.py | 2 --
2 files changed, 4 deletions(-)
New commits:
commit b698e5480e33fc777c0d075f5dc3cffe8e69fa40
Author: Florian Festi <ffesti at redhat.com>
Date: Fri Jan 11 10:24:22 2008 +0100
skip "skipping reposetup" debug message
diff --git a/cli.py b/cli.py
index 6a9385b..78c0410 100644
--- a/cli.py
+++ b/cli.py
@@ -104,8 +104,6 @@ class YumBaseCli(yum.YumBase, output.YumOutput):
and sets up the basics of the repository"""
if self._repos and thisrepo is None:
- self.verbose_logger.log(yum.logginglevels.DEBUG_4,
- 'skipping reposetup, pkgsack exists')
return self._repos
if not thisrepo:
diff --git a/yum/__init__.py b/yum/__init__.py
index 7f61736..77228d3 100644
--- a/yum/__init__.py
+++ b/yum/__init__.py
@@ -363,8 +363,6 @@ class YumBase(depsolve.Depsolve):
takes optional archlist for archs to include"""
if self._pkgSack and thisrepo is None:
- self.verbose_logger.log(logginglevels.DEBUG_4,
- 'skipping reposetup, pkgsack exists')
return self._pkgSack
if thisrepo is None:
More information about the Yum-cvs-commits
mailing list