Change unhandled Kademlia events from warn to debug (#9599)

This commit is contained in:
Roman
2021-08-20 15:35:40 +03:00
committed by GitHub
parent 942d1f9826
commit 12bf41d24d
+1 -1
View File
@@ -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 } =>