debug return from plugin

This commit is contained in:
Bastian Schroll 2015-05-22 22:58:43 +02:00
parent 148547b69f
commit f53bdb30f6

View file

@ -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]")