1
0
Fork 0
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:
Marcus Thiesen 2016-03-24 10:31:33 +01:00
parent e08ed545ee
commit b0ea636179
7 changed files with 16 additions and 13 deletions

View file

@ -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;