Skip to content

Commit 07e3549

Browse files
committed
Reformatted log message when multiple networks detected.
1 parent 1b89839 commit 07e3549

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

blinkpy/blinkpy.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,10 @@ def get_ids(self):
144144
if str(resp['id']) == self.network_id:
145145
self.account_id = resp['account_id']
146146
if all_networks:
147-
_LOGGER.error(("More than one unboarded network. "
148-
"Platform may not work as intended. "
149-
"Please open an issue on %s"), PROJECT_URL)
147+
_LOGGER.warning(("More than one onboarded network. "
148+
"Platform may not work as intended. "
149+
"If you experience problems, please "
150+
"open an issue on {}".format(PROJECT_URL)))
150151

151152
def refresh(self, force_cache=False):
152153
"""

0 commit comments

Comments
 (0)