Skip to content
Snippets Groups Projects
Commit b604ecdc authored by Xiliang Chen's avatar Xiliang Chen Committed by GitHub
Browse files

add log message when real-overseer is enabled (#2565)

parent c0347f02
No related merge requests found
......@@ -572,6 +572,9 @@ pub fn new_full<RuntimeApi, Executor>(
RuntimeApiCollection<StateBackend = sc_client_api::StateBackendFor<FullBackend, Block>>,
Executor: NativeExecutionDispatch + 'static,
{
#[cfg(feature = "real-overseer")]
info!("real-overseer feature is ENABLED");
let telemetry_span = TelemetrySpan::new();
let _telemetry_span_entered = telemetry_span.enter();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment