diff --git a/includes/alarmHandler.py b/includes/alarmHandler.py index 7a58dbe..8890ee4 100644 --- a/includes/alarmHandler.py +++ b/includes/alarmHandler.py @@ -10,4 +10,5 @@ def processAlarm(typ,freq,data): for name, plugin in globals.pluginList.items(): logging.debug("call Plugin: %s", name) plugin.run(typ,freq,data) + logging.debug("return from: %s", name) logging.debug("[END ALARM]") \ No newline at end of file