mirror of
https://github.com/esphome/aioesphomeapi.git
synced 2024-12-03 13:53:21 +01:00
Revert "fix crash on debug logging in windows"
This reverts commit e33ed15553
.
This commit is contained in:
parent
ad0ca90c50
commit
805213264d
@ -711,7 +711,9 @@ class APIConnection:
|
||||
|
||||
if debug_enabled := self._debug_enabled:
|
||||
for msg in msgs:
|
||||
_LOGGER.debug("%s: Sending %s", self.log_name, type(msg).__name__)
|
||||
_LOGGER.debug(
|
||||
"%s: Sending %s: %s", self.log_name, type(msg).__name__, msg
|
||||
)
|
||||
|
||||
if TYPE_CHECKING:
|
||||
assert self._frame_helper is not None
|
||||
|
Loading…
Reference in New Issue
Block a user