From 83c201992da1ccfd21919235f26910bf922c8f3c Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Thu, 29 Sep 2005 15:44:07 +0000 Subject: [PATCH] added reporting of the enabled sections: unified more with the rest :-/ --- fail2ban.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fail2ban.py b/fail2ban.py index b13ffdab..6db4f2ba 100755 --- a/fail2ban.py +++ b/fail2ban.py @@ -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.