diff --git a/src/handler/mod.rs b/src/handler/mod.rs index d79c0c0c..ac566adf 100644 --- a/src/handler/mod.rs +++ b/src/handler/mod.rs @@ -858,7 +858,7 @@ impl Handler { // // We still handle the request, but we do not add the ENR to our routing // table or consider the ENR valid. - warn!( + debug!( udp4_socket = ?enr.udp4_socket(), udp6_socket = ?enr.udp6_socket(), expected = %node_address,