diff --git a/beacon_node/client/src/notifier.rs b/beacon_node/client/src/notifier.rs index aaa8e619c..82ac3a304 100644 --- a/beacon_node/client/src/notifier.rs +++ b/beacon_node/client/src/notifier.rs @@ -228,7 +228,6 @@ fn eth1_logging(beacon_chain: &BeaconChain, log: &Logger warn!( log, "Syncing eth1 block cache"; - "msg" => "sync can take longer when using remote eth1 nodes", "est_blocks_remaining" => distance, ); } diff --git a/book/src/faq.md b/book/src/faq.md index d020ac218..edd580a53 100644 --- a/book/src/faq.md +++ b/book/src/faq.md @@ -161,7 +161,7 @@ See [here.](./installation-source.md#troubleshooting) ### What is "Syncing eth1 block cache" ``` -Nov 30 21:04:28.268 WARN Syncing eth1 block cache est_blocks_remaining: initializing deposits, msg: sync can take longer when using remote eth1 nodes, service: slot_notifier +Nov 30 21:04:28.268 WARN Syncing eth1 block cache est_blocks_remaining: initializing deposits, service: slot_notifier ``` This log indicates that your beacon node is downloading blocks and deposits