mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-04 10:19:27 +02:00
libmdns housekeeping (#467)
* Rename log hooks (mdns-> libmdns) * Bump libmdns
This commit is contained in:
parent
ed0e1eed5a
commit
e47ae83f33
3 changed files with 53 additions and 38 deletions
|
@ -51,9 +51,9 @@ fn setup_logging(verbose: bool) {
|
|||
}
|
||||
Err(_) => {
|
||||
if verbose {
|
||||
builder.parse_filters("mdns=info,librespot=trace");
|
||||
builder.parse_filters("libmdns=info,librespot=trace");
|
||||
} else {
|
||||
builder.parse_filters("mdns=info,librespot=info");
|
||||
builder.parse_filters("libmdns=info,librespot=info");
|
||||
}
|
||||
builder.init();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue