Merge pull request #977 from sdague/dev

fix typo in log message
This commit is contained in:
Paulus Schoutsen 2016-01-23 14:27:37 -08:00
commit 85ebd0ab59

View File

@ -112,7 +112,7 @@ def setup_plexserver(host, token, hass, add_devices_callback):
{host: {'token': token}}):
_LOGGER.error('failed to save config file')
_LOGGER.info('Connected to: htts://%s', host)
_LOGGER.info('Connected to: http://%s', host)
plex_clients = {}
plex_sessions = {}