Skip to content

Commit

Permalink
Device name too.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdwn committed Dec 13, 2024
1 parent 3ca6a42 commit 445b13e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/audio/cpal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ impl Device {
error!(

Check warning on line 102 in src/audio/cpal.rs

View check run for this annotation

Codecov / codecov/patch

src/audio/cpal.rs#L100-L102

Added lines #L100 - L102 were not covered by tests
err = e.to_string(),
host = host_id.name(),
device = device.name().unwrap_or_default(),
"Error getting output configs"
);
continue;
Expand Down

0 comments on commit 445b13e

Please sign in to comment.