1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-06 03:50:06 +02:00

Reduce log verbosity by default.

Fixes #141
This commit is contained in:
Paul Lietar 2017-01-05 14:25:14 +01:00
parent d0a84d7915
commit 7ba3d766c0
5 changed files with 42 additions and 22 deletions

View file

@ -14,6 +14,7 @@
extern crate bit_set;
extern crate byteorder;
extern crate crypto;
extern crate env_logger;
extern crate eventual;
extern crate getopts;
extern crate hyper;