Skip to content

Commit

Permalink
Changed warning to debug log for transient connection errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
boralyl committed Dec 1, 2021
1 parent f3f2f3f commit f24a8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/kodi_recently_added/entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ async def async_update(self) -> None:
error,
)
except jsonrpc_base.jsonrpc.TransportError:
_LOGGER.warning(
_LOGGER.debug(
"TransportError trying to run API method %s.%s(%s)",
self.entity_id,
self.update_method,
Expand Down

0 comments on commit f24a8a8

Please sign in to comment.