mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-04 02:09:26 +02:00
Use rustls rather than openssl
This commit is contained in:
parent
8831dea166
commit
baf2b65d7b
11 changed files with 107 additions and 160 deletions
|
@ -19,7 +19,7 @@ fn usage(program: &str, opts: &getopts::Options) -> String {
|
|||
|
||||
fn main() {
|
||||
if env::var("RUST_LOG").is_err() {
|
||||
env::set_var("RUST_LOG", "info,librespot=trace")
|
||||
env::set_var("RUST_LOG", "mdns=info,librespot=trace")
|
||||
}
|
||||
env_logger::init().unwrap();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue