mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-05-13 14:36:43 +00:00
- 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-b1dcaea8d605
This commit is contained in:
parent
8eb470019c
commit
bb896fb391
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue