- Oups... Forgot 2 debug output. Removed

git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@377 a942ae1a-1317-0410-a47c-b1dcaea8d605
0.x
Cyril Jaquier 2006-09-21 20:59:28 +00:00
parent 6ab1d13234
commit 2c737f77f1
1 changed files with 0 additions and 2 deletions

View File

@ -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)