Skip to content

Commit

Permalink
update failed to check connection message to debug level output
Browse files Browse the repository at this point in the history
  • Loading branch information
whoabuddy committed Oct 14, 2020
1 parent 7c0b252 commit fa0fe92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net/neighbors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
);
Expand Down

0 comments on commit fa0fe92

Please sign in to comment.