diff --git a/core_lib/src/hdl/ble.rs b/core_lib/src/hdl/ble.rs index c733786..533a5ab 100644 --- a/core_lib/src/hdl/ble.rs +++ b/core_lib/src/hdl/ble.rs @@ -62,7 +62,7 @@ impl BleListener { continue; } - debug!("{INNER_NAME}: A device is sharing nearby"); + debug!("{INNER_NAME}: A device ({id}) is sharing ({service_data:?}) nearby"); self.sender.send(())?; last_alert = now; },