diff --git a/beacon_node/eth2_libp2p/src/peer_manager/mod.rs b/beacon_node/eth2_libp2p/src/peer_manager/mod.rs index 9ed82c086..7e7a29832 100644 --- a/beacon_node/eth2_libp2p/src/peer_manager/mod.rs +++ b/beacon_node/eth2_libp2p/src/peer_manager/mod.rs @@ -625,7 +625,7 @@ impl PeerManager { RPCError::StreamTimeout => match direction { ConnectionDirection::Incoming => { // we timed out - warn!(self.log, "Timed out to a peer's request. Likely too many resources, reduce peer count"); + warn!(self.log, "Timed out to a peer's request. Likely insufficient resources, reduce peer count"); return; } ConnectionDirection::Outgoing => match protocol {