mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
chore: convert datagram failure error to debug (#2869)
This commit is contained in:
@ -1579,7 +1579,7 @@ pub(crate) async fn send_loop(udp: Arc<UdpSocket>, rx: EgressReceiver) {
|
|||||||
trace!( target : "discv4", ?to, ?size,"sent payload");
|
trace!( target : "discv4", ?to, ?size,"sent payload");
|
||||||
}
|
}
|
||||||
Err(err) => {
|
Err(err) => {
|
||||||
warn!( target : "discv4", ?to, ?err,"Failed to send datagram.");
|
debug!( target : "discv4", ?to, ?err,"Failed to send datagram.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user