diff --git a/crates/networking/p2p/rlpx/connection/server.rs b/crates/networking/p2p/rlpx/connection/server.rs index fb1f3079f5..8688bcce84 100644 --- a/crates/networking/p2p/rlpx/connection/server.rs +++ b/crates/networking/p2p/rlpx/connection/server.rs @@ -428,7 +428,7 @@ impl GenServer for PeerConnectionServer { .version .clone() .unwrap_or("-".to_string()); - log_peer_warn( + log_peer_debug( &established_state.node, &format!( "Error handling cast message: {e}, for client: {} with capabilities {:?}",