mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-17 03:51:22 +00:00
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:
committed by
Pierre Krieger
parent
fd0d75f61e
commit
773cf6c26d
@ -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;
|
||||
|
Reference in New Issue
Block a user