mirror of https://github.com/fail2ban/fail2ban
- Oups... Forgot 2 debug output. Removed
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@377 a942ae1a-1317-0410-a47c-b1dcaea8d6050.x
parent
6ab1d13234
commit
2c737f77f1
|
@ -319,8 +319,6 @@ class Filter(JailThread):
|
||||||
line = self.__crtHandler.readline()
|
line = self.__crtHandler.readline()
|
||||||
lastDate = self.__lastDate[self.__crtFilename]
|
lastDate = self.__lastDate[self.__crtFilename]
|
||||||
lineDate = self.dateDetector.getUnixTime(line)
|
lineDate = self.dateDetector.getUnixTime(line)
|
||||||
print lastDate
|
|
||||||
print lineDate
|
|
||||||
if lastDate < lineDate:
|
if lastDate < lineDate:
|
||||||
logSys.debug("Date " + `lastDate` + " is smaller than " + `lineDate`)
|
logSys.debug("Date " + `lastDate` + " is smaller than " + `lineDate`)
|
||||||
logSys.debug("Log rotation detected for " + self.__crtFilename)
|
logSys.debug("Log rotation detected for " + self.__crtFilename)
|
||||||
|
|
Loading…
Reference in New Issue