[yum-git] yum/yumRepo.py
James Antill
james at linux.duke.edu
Wed Mar 26 14:10:21 UTC 2008
yum/yumRepo.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a92e2738d3d612866369781c314dad969a3b8db7
Author: James Antill <james at and.org>
Date: Wed Mar 26 10:10:18 2008 -0400
Got to excited about _()
diff --git a/yum/yumRepo.py b/yum/yumRepo.py
index 22fcde3..0585f99 100644
--- a/yum/yumRepo.py
+++ b/yum/yumRepo.py
@@ -878,7 +878,7 @@ class YumRepository(Repository, config.RepoConf):
if omdtype == nmdtype and olddata.checksum == newdata.checksum:
continue
if olddata.timestamp > newdata.timestamp:
- logger.warning(_("Not using downloaded repomd.xml because it is older than what we have"))
+ logger.warning("Not using downloaded repomd.xml because it is older than what we have")
return False
return True
More information about the Yum-cvs-commits
mailing list