Skip to content

Commit

Permalink
Merge pull request #1433 from CloCkWeRX/patch-1
Browse files Browse the repository at this point in the history
Downgrade error to warning
  • Loading branch information
Ernst79 authored Feb 7, 2025
2 parents 7f56f09 + eb4970d commit 319c18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/ble_monitor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ def run(self):
try:
self._event_loop.run_until_complete(asyncio.wait_for(initialized_evt[hci].wait(), 5))
except asyncio.TimeoutError:
_LOGGER.error(
_LOGGER.warn(
"HCIdump thread: Something wrong - interface hci%i not ready,"
" and will be skipped for current scan period.",
hci,
Expand Down

0 comments on commit 319c18c

Please sign in to comment.