Fixed log message #301

This commit is contained in:
Sven Heidemann 2023-04-12 20:06:19 +02:00
parent fd51db8cac
commit 9ece541e52

View File

@ -23,4 +23,4 @@ class ApiThread(threading.Thread):
self._logger.trace(__name__, f"Try to stop {type(self._api).__name__}")
self._api.stop()
except Exception as e:
self._logger.error(__name__, "Start stop", e)
self._logger.error(__name__, "Stop failed", e)