mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-08-31 23:42:28 +00:00
Removed logDebug
This commit is contained in:
parent
24656d2812
commit
635ed36a8c
1 changed files with 0 additions and 1 deletions
|
|
@ -599,7 +599,6 @@ class DNSUtils:
|
|||
ip = DNSUtils.dnsToIp(text)
|
||||
for e in ip:
|
||||
ipList.append(e)
|
||||
logSys.debug("At bottom of textToIp, ipList == %s" % ipList)
|
||||
if useDns == "warn":
|
||||
logSys.warning("Determined IP using DNS Reverse Lookup: %s = %s",
|
||||
text, ipList)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue