Skip to content

Commit

Permalink
🔊 log bluetooth
Browse files Browse the repository at this point in the history
  • Loading branch information
chriamue committed Oct 14, 2023
1 parent c2ada37 commit c7bb740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bluetooth/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pub async fn setup_session(session: &bluer::Session) -> bluer::Result<()> {
adapter.set_discoverable_timeout(0).await?;
adapter.set_pairable(false).await?;

println!(
log::info!(
"Advertising on Bluetooth adapter {} with address {}",
&adapter_name,
adapter.address().await?
Expand Down

0 comments on commit c7bb740

Please sign in to comment.