diff --git a/beacon_node/network/src/sync/range_sync/range.rs b/beacon_node/network/src/sync/range_sync/range.rs index 7ca880c3b9..8add0c9ef0 100644 --- a/beacon_node/network/src/sync/range_sync/range.rs +++ b/beacon_node/network/src/sync/range_sync/range.rs @@ -130,6 +130,8 @@ where self.failed_chains.insert(remote_info.finalized_root); } network.goodbye_peer(peer_id, GoodbyeReason::IrrelevantNetwork); + debug!(self.log, "Disconnecting peer that belongs to a failed Holeksy chain"; + "failed_root" => %remote_info.finalized_root, "peer_id" => %peer_id); return; }