diff --git a/crates/node-builder/src/builder.rs b/crates/node-builder/src/builder.rs index 327d906b34..28e447775e 100644 --- a/crates/node-builder/src/builder.rs +++ b/crates/node-builder/src/builder.rs @@ -630,7 +630,7 @@ where // spawn it as a crit task executor.spawn_critical("exex", async move { - info!(target: "reth::cli", id, "ExEx started"); + info!(target: "reth::cli", "ExEx started"); match exex.await { Ok(_) => panic!("ExEx {id} finished. ExEx's should run indefinitely"), Err(err) => panic!("ExEx {id} crashed: {err}"),