We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f56f09 commit eb4970dCopy full SHA for eb4970d
custom_components/ble_monitor/__init__.py
@@ -648,7 +648,7 @@ def run(self):
648
try:
649
self._event_loop.run_until_complete(asyncio.wait_for(initialized_evt[hci].wait(), 5))
650
except asyncio.TimeoutError:
651
- _LOGGER.error(
+ _LOGGER.warn(
652
"HCIdump thread: Something wrong - interface hci%i not ready,"
653
" and will be skipped for current scan period.",
654
hci,
0 commit comments