mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-14 10:22:38 +00:00
Remove duplicate log in BN fallback (#2116)
## Issue Addressed NA ## Proposed Changes - Removes a duplicated log in the fallback code for the VC. - Updates the text in the remaining de-duped log. ## Additional Info Example ``` Dec 23 05:19:54.003 WARN Beacon node is syncing endpoint: http://xxxx:5052/, head_slot: 88224, sync_distance: 161774 Dec 23 05:19:54.003 WARN Beacon node is not synced endpoint: http://xxxxx:5052/ ```
This commit is contained in:
@@ -48,7 +48,7 @@ pub async fn check_synced<T: SlotClock>(
|
||||
|
||||
warn!(
|
||||
log,
|
||||
"Beacon node is syncing";
|
||||
"Beacon node is not synced";
|
||||
"sync_distance" => resp.data.sync_distance.as_u64(),
|
||||
"head_slot" => resp.data.head_slot.as_u64(),
|
||||
"endpoint" => %beacon_node,
|
||||
|
||||
Reference in New Issue
Block a user