mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-04 14:07:25 +00:00
change exception-handling
- only error-msg instead of logging.exception - second logging.debug with exec-trace
This commit is contained in:
parent
d6b9174112
commit
3280c68737
5 changed files with 25 additions and 13 deletions
|
|
@ -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 ]")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue