Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
21913933
Unverified
Commit
21913933
authored
Mar 05, 2021
by
Xiliang Chen
Committed by
GitHub
Mar 05, 2021
Browse files
add log message when real-overseer is enabled (#2565)
parent
58ff7f59
Pipeline
#126943
passed with stages
in 30 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
node/service/src/lib.rs
View file @
21913933
...
...
@@ -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
();
...
...
gabriel klawitter
🏄
@gabriel
mentioned in commit
f666386b
·
Mar 05, 2021
mentioned in commit
f666386b
mentioned in commit f666386b41443bd2b52803ca5143f54a6dcde7b0
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment