Skip to content

Commit

Permalink
Use Debug output for device id
Browse files Browse the repository at this point in the history
Co-authored-by: Marcus Weiner <mraerino@users.noreply.github.com>
  • Loading branch information
ansgarprause and mraerino committed Jul 5, 2023
1 parent e39a325 commit 5810f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ impl UnconnectedClient {

while let Some(discovered_device) = scan.next().await {
debug!(
"{} - {}: {:?}",
"{} - {:?}: {:?}",
discovered_device
.device
.name()
Expand Down

0 comments on commit 5810f87

Please sign in to comment.