mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-10 04:01:51 +00:00
Add log
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user