From 594ddb44529f87e2c04aef8775397db1addd96c0 Mon Sep 17 00:00:00 2001 From: Bastian Schroll Date: Tue, 3 Oct 2017 22:26:05 +0200 Subject: [PATCH] add config debug prints --- boswatch.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/boswatch.py b/boswatch.py index f21937b..08f8403 100755 --- a/boswatch.py +++ b/boswatch.py @@ -221,6 +221,10 @@ try: configHandler.checkConfig("FMS") configHandler.checkConfig("ZVEI") configHandler.checkConfig("POC") + configHandler.checkConfig("Plugins") + configHandler.checkConfig("Filters") + if globalVar.config.getint("NMAHandler","enableHandler"): + configHandler.checkConfig("NMAHandler") except: # we couldn't work without config -> exit logging.critical("cannot read config file")