From 37829740949168f501910d3d3518c0701bbd13c2 Mon Sep 17 00:00:00 2001 From: Bastian Schroll Date: Wed, 4 Oct 2017 06:43:44 +0200 Subject: [PATCH] edit log output --- boswatch.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/boswatch.py b/boswatch.py index ff2cb74..df1e5e6 100755 --- a/boswatch.py +++ b/boswatch.py @@ -225,8 +225,7 @@ try: configHandler.checkConfig("POC") configHandler.checkConfig("Plugins") configHandler.checkConfig("Filters") - if globalVars.config.getint("NMAHandler","enableHandler"): - configHandler.checkConfig("NMAHandler") + #NMAHandler is outputed below except: # we couldn't work without config -> exit logging.critical("cannot read config file")