Skip to content

Commit 83c709e

Browse files
committed
feat: add debug logging for connection paths
1 parent 76df627 commit 83c709e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/habluetooth/wrappers.py

+2-4
Original file line numberDiff line numberDiff line change
@@ -392,10 +392,8 @@ def _async_get_best_available_backend_and_device(
392392
address,
393393
sorted_devices[0].ble_device.name,
394394
len(sorted_devices),
395-
" ,".join(
396-
f"{ble_device_description(device.ble_device)} "
397-
f"with RSSI {device.advertisement.rssi} via "
398-
f"{device.scanner.name}"
395+
", ".join(
396+
f"RSSI {device.advertisement.rssi} via " f"{device.scanner.name}"
399397
for device in sorted_devices
400398
),
401399
)

0 commit comments

Comments
 (0)