@@ -613,7 +613,7 @@ impl PeerDiscovery {
}
Err(_) => {
- warn!(
+ verbose!(
target: "net::direct_session::peer_discovery",
"[P2P] [PEER DISCOVERY] Waiting for addrs timed out."
);
@@ -667,7 +667,7 @@ impl PeerDiscoveryBase for PeerDiscovery {
target: "net::outbound_session::peer_discovery",