diff --git a/beacon_node/execution_layer/src/lib.rs b/beacon_node/execution_layer/src/lib.rs index 09be379d24..16a7f3665f 100644 --- a/beacon_node/execution_layer/src/lib.rs +++ b/beacon_node/execution_layer/src/lib.rs @@ -328,7 +328,7 @@ impl ExecutionLayer { info!( log, - "Connected to external block builder"; + "Using external block builder"; "builder_url" => ?url, "builder_profit_threshold" => builder_profit_threshold, "local_user_agent" => builder_client.get_user_agent(), diff --git a/book/src/builders.md b/book/src/builders.md index f2a4b3936a..fc42f9b743 100644 --- a/book/src/builders.md +++ b/book/src/builders.md @@ -178,7 +178,7 @@ You can check that your builder is configured correctly by looking for these log On start-up, the beacon node will log if a builder is configured: ``` -INFO Connected to external block builder +INFO Using external block builder ``` At regular intervals the validator client will log that it successfully registered its validators