mirror of
https://github.com/esphome/aioesphomeapi.git
synced 2025-01-09 19:47:59 +01:00
one more place
This commit is contained in:
parent
e33ed15553
commit
361dc3a02b
@ -906,10 +906,7 @@ class APIConnection:
|
|||||||
|
|
||||||
if debug_enabled:
|
if debug_enabled:
|
||||||
_LOGGER.debug(
|
_LOGGER.debug(
|
||||||
"%s: Got message of type %s: %s",
|
"%s: Got message of type %s", self.log_name, msg_type.__name__
|
||||||
self.log_name,
|
|
||||||
msg_type.__name__,
|
|
||||||
msg,
|
|
||||||
)
|
)
|
||||||
|
|
||||||
if self._pong_timer is not None:
|
if self._pong_timer is not None:
|
||||||
|
Loading…
Reference in New Issue
Block a user