mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-05 02:39:53 +02:00
Replace some more println with log
This commit is contained in:
parent
e08ed545ee
commit
b0ea636179
7 changed files with 16 additions and 13 deletions
|
@ -25,7 +25,8 @@ extern crate time;
|
|||
extern crate tempfile;
|
||||
extern crate url;
|
||||
|
||||
#[macro_use] extern crate log;
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
|
||||
#[cfg(not(feature = "with-tremor"))]
|
||||
extern crate vorbis;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue