Reformatted log message when multiple networks detected.

This commit is contained in:
Kevin Fronczak
2018-10-30 19:48:08 -04:00
parent 1b898398a7
commit 07e3549306
+4 -3
View File
@@ -144,9 +144,10 @@ class Blink():
if str(resp['id']) == self.network_id:
self.account_id = resp['account_id']
if all_networks:
_LOGGER.error(("More than one unboarded network. "
"Platform may not work as intended. "
"Please open an issue on %s"), PROJECT_URL)
_LOGGER.warning(("More than one onboarded network. "
"Platform may not work as intended. "
"If you experience problems, please "
"open an issue on {}".format(PROJECT_URL)))
def refresh(self, force_cache=False):
"""