Add log statements to libp2p-mplex. (#179)

* Add log statements to libp2p-mplex.

Addresses issue #126.

* Run `cargo fmt`.

* Wording.

* Adjust log levels.
This commit is contained in:
Toralf Wittner
2018-05-08 19:20:57 +02:00
committed by Pierre Krieger
parent fd0d75f61e
commit 773cf6c26d
5 changed files with 68 additions and 21 deletions

View File

@ -26,6 +26,8 @@ extern crate error_chain;
extern crate futures;
extern crate futures_mutex;
extern crate libp2p_swarm as swarm;
#[macro_use]
extern crate log;
extern crate num_bigint;
extern crate num_traits;
extern crate parking_lot;