[yum-cvs] yum/repos.py
Jeremy Katz
katzj at linux.duke.edu
Tue Oct 9 14:46:36 UTC 2007
yum/repos.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 963fb9311af5c1a8e1959ec1bb87ff82361bb1d2
Author: Jeremy Katz <katzj at redhat.com>
Date: Tue Oct 9 10:39:18 2007 -0400
make this a debug message -- it's confusing to most users as with the
initialization ordering changes, we can get here a lot more ways now
diff --git a/yum/repos.py b/yum/repos.py
index 3b1214f..20a6a33 100644
--- a/yum/repos.py
+++ b/yum/repos.py
@@ -51,7 +51,7 @@ class RepoStorage:
repos = self.findRepos(thisrepo)
if len(repos) < 1:
- self.logger.critical('No Repositories Available to Set Up')
+ self.logger.debug('No Repositories Available to Set Up')
num = 1
for repo in repos:
More information about the Yum-cvs-commits
mailing list