1
0
Fork 0
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:
Tor Arne Vestbø 2015-08-25 23:51:49 +02:00 committed by Marcus Thiesen
parent fcd35564df
commit e08ed545ee
7 changed files with 27 additions and 3 deletions

View file

@ -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")]