mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02: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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user