Skip to content

Commit

Permalink
Log error when unexpectedly disconnected
Browse files Browse the repository at this point in the history
  • Loading branch information
jjlawren committed Nov 28, 2019
1 parent 96a5e44 commit 8b46c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plexwebsocket.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ async def listen(self):
)
await asyncio.sleep(retry_delay)
else:
_LOGGER.debug("Websocket disconnected")
_LOGGER.error("Websocket disconnected")
if self._active:
# Session IDs reset if Plex server has restarted, be safe
self.players.clear()
Expand Down

0 comments on commit 8b46c39

Please sign in to comment.