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

Commit

Permalink
Change unhandled Kademlia events from warn to debug (#9599) (#9845)
Browse files Browse the repository at this point in the history
Co-authored-by: Roman <humbug@deeptown.org>
  • Loading branch information
chevdor and kpp authored Sep 23, 2021
1 parent 58f0223 commit 47ed70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/network/src/discovery.rs
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ impl NetworkBehaviour for DiscoveryBehaviour {
},
// We never start any other type of query.
e => {
warn!(target: "sub-libp2p", "Libp2p => Unhandled Kademlia event: {:?}", e)
debug!(target: "sub-libp2p", "Libp2p => Unhandled Kademlia event: {:?}", e)
},
},
NetworkBehaviourAction::DialAddress { address } =>
Expand Down

0 comments on commit 47ed70a

Please sign in to comment.