mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Set Onkyo reset log to debug instead of info (#22369)
Onkyo logs this message somewhat frequently, and its spammy, so lets make it a debug message instead of info. See also: #20081
This commit is contained in:
parent
0ae38aece8
commit
dc64634e21
@ -179,7 +179,7 @@ class OnkyoDevice(MediaPlayerDevice):
|
||||
except (ValueError, OSError, AttributeError, AssertionError):
|
||||
if self._receiver.command_socket:
|
||||
self._receiver.command_socket = None
|
||||
_LOGGER.info("Resetting connection to %s", self._name)
|
||||
_LOGGER.debug("Resetting connection to %s", self._name)
|
||||
else:
|
||||
_LOGGER.info("%s is disconnected. Attempting to reconnect",
|
||||
self._name)
|
||||
|
Loading…
x
Reference in New Issue
Block a user