diff --git a/kdb-bot/src/bot_api/api_thread.py b/kdb-bot/src/bot_api/api_thread.py index 516d786d..02a4c41b 100644 --- a/kdb-bot/src/bot_api/api_thread.py +++ b/kdb-bot/src/bot_api/api_thread.py @@ -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)