mirror of
https://github.com/akula-bft/akula.git
synced 2026-04-19 03:00:13 -04:00
Do not spam logs on discovery errors
This commit is contained in:
@@ -667,7 +667,7 @@ impl<C: CapabilityServer> Swarm<C> {
|
||||
match next_peer {
|
||||
None => (),
|
||||
Some((disc_id, Err(e))) => {
|
||||
warn!("Failed to get new peer: {e} ({disc_id})")
|
||||
debug!("Failed to get new peer: {e} ({disc_id})")
|
||||
}
|
||||
Some((disc_id, Ok(NodeRecord { id, addr }))) => {
|
||||
let now = Instant::now();
|
||||
|
||||
Reference in New Issue
Block a user