Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Apply breaking changes of new libp2p versions #3877

Merged
merged 9 commits into from
Nov 6, 2019
Prev Previous commit
Next Next commit
Update core/network/src/debug_info.rs
Co-Authored-By: Roman Borschel <romanb@users.noreply.github.com>
  • Loading branch information
tomaka and romanb authored Nov 6, 2019
commit 50cbd1ea1ef4fea562e0c5bb44c208acb34e8c7a
2 changes: 1 addition & 1 deletion core/network/src/debug_info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ where TSubstream: AsyncRead + AsyncWrite {
return Async::Ready(NetworkBehaviourAction::GenerateEvent(event));
}
IdentifyEvent::Error { peer_id, error } =>
debug!(target: "sub-libp2p", "Error when sending back identify info \
debug!(target: "sub-libp2p", "Identification with peer {:?} failed => {}", peer_id, error)
to {:?} => {}", peer_id, error),
IdentifyEvent::Sent { .. } => {}
}
Expand Down