mirror of https://github.com/fail2ban/fail2ban
Removed logDebug
parent
24656d2812
commit
635ed36a8c
|
@ -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…
Reference in New Issue