diff --git a/client/main.py b/client/main.py index 44b1d46..5e74cf0 100644 --- a/client/main.py +++ b/client/main.py @@ -994,8 +994,11 @@ def controller_command_reply(self, command: str, status: int, data: object): self.controller_device_connect() elif command == "keyboard_read": if status == 0: + logger.debug(f"keyboard indicator read succeed") self.keyboard_indicator_buffer.from_dict(data) self.update_status_bar() + else: + logger.debug(f"keyboard indicator read failed") elif command in ignored_command: pass else: