From: Michael Tremer Date: Fri, 6 Jan 2012 16:12:14 +0000 (+0100) Subject: Output the pattern of the filter string instead of the python object. X-Git-Tag: 0.9.20~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8d1d5e758f311d99077f6d3fe34b097f7c470ceb;p=pakfire.git Output the pattern of the filter string instead of the python object. --- diff --git a/python/pakfire/packages/make.py b/python/pakfire/packages/make.py index 3f2f9cfcf..a6e22bbee 100644 --- a/python/pakfire/packages/make.py +++ b/python/pakfire/packages/make.py @@ -468,7 +468,7 @@ class MakefilePackage(MakefileBase): continue # Let the user know what has been done. - log.info(_("Filter %s filtered %s.") % (filter, dep)) + log.info(_("Filter '%s' filtered %s.") % (filter.pattern, dep)) # Yes, we found a match. filtered = True