improve bw_client input thread

This commit is contained in:
Bastian Schroll 2019-10-10 19:34:03 +02:00
parent 0a78f4abd2
commit 2f948b9e2d
4 changed files with 34 additions and 17 deletions

View file

@ -40,5 +40,5 @@ class Decoder:
elif "ZVEI" in data:
return ZveiDecoder.decode(data)
else:
logging.error("no decoder found for: %s", data)
logging.warning("no decoder found for: %s", data)
return None