diff --git a/dali/driver/hid.py b/dali/driver/hid.py index 8b62c00..37abb3a 100644 --- a/dali/driver/hid.py +++ b/dali/driver/hid.py @@ -549,7 +549,7 @@ async def _bus_watch(self): current_command = None continue else: - self._log.debug("Failed config command (second frame didn't match): %s", current_comment) + self._log.debug("Failed config command (second frame didn't match): %s", current_command) self.bus_traffic._invoke(current_command, None, True) current_command = None # Fall through to continue processing frame