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
Fix compilation
  • Loading branch information
tomaka committed Nov 6, 2019
commit 1398d0290cfdf2e698970944dfc04bc24719c8b4
3 changes: 1 addition & 2 deletions core/network/src/debug_info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,7 @@ where TSubstream: AsyncRead + AsyncWrite {
return Async::Ready(NetworkBehaviourAction::GenerateEvent(event));
}
IdentifyEvent::Error { peer_id, error } =>
debug!(target: "sub-libp2p", "Identification with peer {:?} failed => {}", peer_id, error)
to {:?} => {}", peer_id, error),
debug!(target: "sub-libp2p", "Identification with peer {:?} failed => {}", peer_id, error),
IdentifyEvent::Sent { .. } => {}
}
},
Expand Down