From fa0fe921e66e85213bf909470655a1b7c4b243c5 Mon Sep 17 00:00:00 2001 From: Jason Schrader Date: Wed, 14 Oct 2020 06:04:42 -0700 Subject: [PATCH] update failed to check connection message to debug level output --- src/net/neighbors.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/net/neighbors.rs b/src/net/neighbors.rs index be98aafad0..aeb6b4bb53 100644 --- a/src/net/neighbors.rs +++ b/src/net/neighbors.rs @@ -2000,7 +2000,7 @@ impl PeerNetwork { .and_then(|handle| Ok(Some(handle)))? } Err(e) => { - info!( + debug!( "{:?}: Failed to check connection to {:?}: {:?}", &network.local_peer, &my_addr, &e );