mirror of https://github.com/fail2ban/fail2ban
- Add a debug message when adding ip to ignore list
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@20 a942ae1a-1317-0410-a47c-b1dcaea8d6050.6
parent
8eb470019c
commit
bb896fb391
|
@ -36,6 +36,7 @@ class LogReader:
|
|||
self.logSys = logSys
|
||||
|
||||
def addIgnoreIP(self, ip):
|
||||
self.logSys.debug("Add "+ip+" to ignore list")
|
||||
self.ignoreIpList.append(ip)
|
||||
|
||||
def inIgnoreIPList(self, ip):
|
||||
|
|
Loading…
Reference in New Issue