diff --git a/beacon_node/execution_layer/src/lib.rs b/beacon_node/execution_layer/src/lib.rs index aea952a57d..59c8f009fa 100644 --- a/beacon_node/execution_layer/src/lib.rs +++ b/beacon_node/execution_layer/src/lib.rs @@ -605,7 +605,7 @@ impl ExecutionLayer { Ok(local) } (Ok(None), Ok(local)) => { - warn!( + info!( self.log(), "No payload provided by connected builder. \ Attempting to propose through local execution engine"