[yum-git] yum/__init__.py
Seth Vidal
skvidal at linux.duke.edu
Wed May 14 14:24:02 UTC 2008
yum/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e9637c3e407e39325872a00f8e7fdbfb172308c4
Author: Seth Vidal <skvidal at fedoraproject.org>
Date: Wed May 14 10:17:02 2008 -0400
fix the error message so it talks about the right repo field
diff --git a/yum/__init__.py b/yum/__init__.py
index 2bc6fe7..7101c81 100644
--- a/yum/__init__.py
+++ b/yum/__init__.py
@@ -243,7 +243,7 @@ class YumBase(depsolve.Depsolve):
break
if bad:
- self.logger.warning("Bad name for repo: %s, byte = %s %d" %
+ self.logger.warning("Bad id for repo: %s, byte = %s %d" %
(section, bad, section.find(byte)))
continue
More information about the Yum-cvs-commits
mailing list