Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update core/network/src/debug_info.rs
Co-Authored-By: Roman Borschel <[email protected]>
  • 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