Skip to content

Commit fa0fe92

Browse files
committed
update failed to check connection message to debug level output
1 parent 7c0b252 commit fa0fe92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/net/neighbors.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2000,7 +2000,7 @@ impl PeerNetwork {
20002000
.and_then(|handle| Ok(Some(handle)))?
20012001
}
20022002
Err(e) => {
2003-
info!(
2003+
debug!(
20042004
"{:?}: Failed to check connection to {:?}: {:?}",
20052005
&network.local_peer, &my_addr, &e
20062006
);

0 commit comments

Comments
 (0)