ENH: downgrade "already banned" from WARN to INFO level (Closes gh-79)

Most of the time it is a benign latency effect so nothing to warn about.
_tent/ipv6_adapter_cmd
Yaroslav Halchenko 2012-11-05 21:30:07 -05:00
parent 1e12c220e6
commit f52ba9923a
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ class Actions(JailThread):
action.execActionBan(aInfo)
return True
else:
logSys.warn("[%s] %s already banned" % (self.jail.getName(),
logSys.info("[%s] %s already banned" % (self.jail.getName(),
str(aInfo["ip"])))
return False