Change error to warning (#19035)

This commit is contained in:
Sébastien RAMAGE 2018-12-05 15:58:46 +01:00 committed by Fabian Affolter
parent b31c52419d
commit 3627de3e8a

View file

@ -150,7 +150,7 @@ def setup_plexserver(
_LOGGER.exception("Error listing plex devices")
return
except requests.exceptions.RequestException as ex:
_LOGGER.error(
_LOGGER.warning(
"Could not connect to plex server at http://%s (%s)", host, ex)
return
@ -218,7 +218,7 @@ def setup_plexserver(
_LOGGER.exception("Error listing plex sessions")
return
except requests.exceptions.RequestException as ex:
_LOGGER.error(
_LOGGER.warning(
"Could not connect to plex server at http://%s (%s)", host, ex)
return