From f53bdb30f65cd1926eaf8c402a2a61791eef9e23 Mon Sep 17 00:00:00 2001 From: Bastian Schroll Date: Fri, 22 May 2015 22:58:43 +0200 Subject: [PATCH] debug return from plugin --- includes/alarmHandler.py | 1 + 1 file changed, 1 insertion(+) 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