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

@ -21,7 +21,7 @@ def decode(freq, decoded):
@param decoded: RAW Information from Multimon-NG
@return: nothing
@exception: Exception if decoder File call failed
@exception: Exception if decoder file call failed
"""
try:
# FMS Decoder Section