fixbot/logwatch/sources.py
changeset 53 21ab25ffa1e8
parent 51 342850300d6a
child 54 395182b7ea0f
--- a/fixbot/logwatch/sources.py	Fri Feb 05 20:38:44 2010 +0200
+++ b/fixbot/logwatch/sources.py	Fri Feb 05 21:16:19 2010 +0200
@@ -81,7 +81,7 @@
 
         for filter in self.filters :
             # let the filter process the line
-            out = filter.test(line)
+            out = filter.match(msg)
 
             if out :
                 # unpack