mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-04 10:19:27 +02:00
Use log crate instead of println
Allows more granular control over what gets logged to the console.
This commit is contained in:
parent
fcd35564df
commit
e08ed545ee
7 changed files with 27 additions and 3 deletions
|
@ -25,6 +25,8 @@ extern crate time;
|
|||
extern crate tempfile;
|
||||
extern crate url;
|
||||
|
||||
#[macro_use] extern crate log;
|
||||
|
||||
#[cfg(not(feature = "with-tremor"))]
|
||||
extern crate vorbis;
|
||||
#[cfg(feature = "with-tremor")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue