summaryrefslogtreecommitdiff
path: root/nrf-softdevice/src/ble/central.rs
diff options
context:
space:
mode:
Diffstat (limited to 'nrf-softdevice/src/ble/central.rs')
-rw-r--r--nrf-softdevice/src/ble/central.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/nrf-softdevice/src/ble/central.rs b/nrf-softdevice/src/ble/central.rs
index e2f6aae..e6297c5 100644
--- a/nrf-softdevice/src/ble/central.rs
+++ b/nrf-softdevice/src/ble/central.rs
@@ -57,7 +57,7 @@ pub async fn connect(
return Err(err.into());
}
- info!("connect started");
+ debug!("connect started");
let conn = CONNECT_PORTAL
.wait_once(|ble_evt| unsafe {
@@ -186,7 +186,7 @@ where
}
});
- info!("Scan started");
+ debug!("Scan started");
let res = SCAN_PORTAL
.wait_many(|ble_evt| unsafe {
match (*ble_evt).header.evt_id as u32 {