Skip to content

Commit

Permalink
Downgrade invalid session logs (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
AgeManning authored Oct 23, 2024
1 parent f0a4472 commit ab4ce9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handler/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ab4ce9a

Please sign in to comment.