mirror of https://github.com/fail2ban/fail2ban
added reporting of the enabled sections: unified more with the rest :-/
parent
897018932b
commit
83c201992d
|
@ -369,7 +369,7 @@ def main():
|
|||
# with this :/
|
||||
logFwList.append([t, lObj, fObj, dict(), l])
|
||||
|
||||
logSys.info("Sections %s are enabled"%enabledSections)
|
||||
logSys.info("Enabled sections: %s"%enabledSections)
|
||||
|
||||
# We add 127.0.0.1 to the ignore list has we do not want
|
||||
# to be ban ourself.
|
||||
|
|
Loading…
Reference in New Issue