change exception-handling

- only error-msg instead of logging.exception
- second logging.debug with exec-trace
This commit is contained in:
JHCD 2015-06-23 22:50:33 +02:00
parent d6b9174112
commit 3280c68737
5 changed files with 25 additions and 13 deletions

View file

@ -32,7 +32,7 @@ def processAlarm(typ,freq,data):
@requires: active plugins in pluginList
@return: nothing
@exception: Exception if Alarm processing failed
@exception: Exception if Alarm processing itself failed
"""
try:
logging.debug("[ ALARM ]")