Skip to content
This repository has been archived by the owner on May 7, 2022. It is now read-only.

Commit

Permalink
gh-10: Improves message when skipping a host's devices.
Browse files Browse the repository at this point in the history
  • Loading branch information
colinbdclark committed Apr 10, 2021
1 parent 6f35aa7 commit 0a485c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pub fn print_audio_system_tree() {
print_host(host_id, default_host.id());

if HOST_ENUMERATION_BLACKLIST.contains(&host_id.name()) {
println!(" Cannot enumerate {} devices.",
println!(" Skipping {} devices.",
host_id.name());
continue;
}
Expand Down

0 comments on commit 0a485c5

Please sign in to comment.