Skip to content

Commit

Permalink
chore: add debug info for device sharing nearby
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Andre <m@rtin.fyi>
  • Loading branch information
Martichou committed May 3, 2024
1 parent b6aa08e commit 151cbfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core_lib/src/hdl/ble.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
},
Expand Down

0 comments on commit 151cbfd

Please # to comment.