[yum-cvs] yum/yum __init__.py,1.196.2.1,1.196.2.2
Seth Vidal
skvidal at linux.duke.edu
Wed Apr 19 22:16:18 UTC 2006
Update of /home/groups/yum/cvs/yum/yum
In directory login1.linux.duke.edu:/tmp/cvs-serv7614/yum
Modified Files:
Tag: yum-2_6_X
__init__.py
Log Message:
make the debug output a bit nicer
Index: __init__.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/yum/__init__.py,v
retrieving revision 1.196.2.1
retrieving revision 1.196.2.2
diff -u -r1.196.2.1 -r1.196.2.2
--- __init__.py 22 Mar 2006 19:39:06 -0000 1.196.2.1
+++ __init__.py 19 Apr 2006 22:16:16 -0000 1.196.2.2
@@ -1201,11 +1201,11 @@
if hasattr(self.pkgSack, 'searchAll'):
if not re.match('.*[\*,\[,\],\{,\},\?,\+,\%].*', arg):
- self.log(4, 'Using the like search')
+ self.log(4, 'Using the like search on %s' % arg)
where = self.pkgSack.searchAll(arg, query_type='like')
self.log(4, 'Searching %d packages' % len(where))
- self.log(4,'refining the search expression of %s' % arg)
+ self.log(4, 'refining the search expression of %s' % arg)
restring = self._refineSearchPattern(arg)
self.log(4, 'refined search: %s' % restring)
try:
More information about the Yum-cvs-commits
mailing list