From 098ac07cfb98c242c39e3610de00bfe5893fcfed Mon Sep 17 00:00:00 2001 From: Schrolli Date: Thu, 21 May 2015 08:57:58 +0200 Subject: [PATCH] edit throwAlarm() --- boswatch.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/boswatch.py b/boswatch.py index 661dc34..48f3161 100644 --- a/boswatch.py +++ b/boswatch.py @@ -24,9 +24,11 @@ import subprocess def throwAlarm(typ,data): + logging.debug("[ ALARM ]") for name, plugin in pluginList.items(): logging.debug("call Plugin: %s", name) plugin.run(typ,"0",data) + logging.debug("[END ALARM]") # Programm