--- a/pvl/syslog/filter.py Fri Jan 04 20:51:12 2013 +0200
+++ b/pvl/syslog/filter.py Fri Jan 04 21:12:18 2013 +0200
@@ -54,7 +54,7 @@
match = regex.match(value)
if not match :
- return None
+ return False
# as match-values
matches = match.groupdict()