mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-06 03:18:01 +00:00
Change unhandled Kademlia events from warn to debug (#9599)
This commit is contained in:
@@ -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 } =>
|
||||
|
||||
Reference in New Issue
Block a user