Skip to content

Commit 319c18c

Browse files
authored
Merge pull request #1433 from CloCkWeRX/patch-1
Downgrade error to warning
2 parents 7f56f09 + eb4970d commit 319c18c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/ble_monitor/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ def run(self):
648648
try:
649649
self._event_loop.run_until_complete(asyncio.wait_for(initialized_evt[hci].wait(), 5))
650650
except asyncio.TimeoutError:
651-
_LOGGER.error(
651+
_LOGGER.warn(
652652
"HCIdump thread: Something wrong - interface hci%i not ready,"
653653
" and will be skipped for current scan period.",
654654
hci,

0 commit comments

Comments
 (0)