Skip to content

Commit 7e9900c

Browse files
authored
Merge pull request #111 from fronzbot/fix-typo
Reformatted log message when multiple networks detected.
2 parents e0fa0a0 + 132df9e commit 7e9900c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

blinkpy/blinkpy.py

+4-3
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 %s"), PROJECT_URL)
150151

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

0 commit comments

Comments
 (0)