BF: wrong variable name in previous merge

pull/368/head
Daniel Black 2013-09-20 21:16:39 +10:00
parent 9805d39b60
commit 0f283f8b6f
1 changed files with 1 additions and 3 deletions

View File

@ -350,9 +350,7 @@ class Filter(JailThread):
line = line.rstrip('\r\n')
logSys.log(7, "Working on line %r", line)
logSys.log(7, "Working on line %r", l)
return self.findFailure(l, returnRawHost, checkAllRegex)
return self.findFailure(line, returnRawHost, checkAllRegex)
def processLineAndAdd(self, line):
"""Processes the line for failures and populates failManager