diff --git a/beacon_node/client/src/notifier.rs b/beacon_node/client/src/notifier.rs index fb8a9b6349..1105bc41f6 100644 --- a/beacon_node/client/src/notifier.rs +++ b/beacon_node/client/src/notifier.rs @@ -460,7 +460,11 @@ async fn capella_readiness_logging( match beacon_chain.check_capella_readiness().await { CapellaReadiness::Ready => { - info!(log, "Ready for Capella") + info!( + log, + "Ready for Capella"; + "info" => "ensure the execution endpoint is updated to the latest Capella/Shanghai release" + ) } readiness @ CapellaReadiness::ExchangeCapabilitiesFailed { error: _ } => { error!(