Skip to content

Commit

Permalink
fix: downgrade more loggers to debug in case they do not have bluez i…
Browse files Browse the repository at this point in the history
…nstalled and do not want bluetooth
  • Loading branch information
bdraco committed Sep 8, 2022
1 parent 8d18bf8 commit db77a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bluetooth_adapters/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ async def _get_dbus_managed_objects() -> dict[str, Any]:
return {}
bus.disconnect()
if not reply or reply.message_type != MessageType.METHOD_RETURN:
_LOGGER.error(
_LOGGER.debug(
"Received an unexpected reply from Dbus while "
"calling GetManagedObjects on org.bluez: %s",
reply,
Expand Down

0 comments on commit db77a34

Please sign in to comment.