Change error to warning (#19035)
This commit is contained in:
parent
b31c52419d
commit
3627de3e8a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue