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
dde26544
Unverified
Commit
dde26544
authored
Mar 05, 2021
by
Pierre Krieger
Committed by
GitHub
Mar 05, 2021
Browse files
Make warning nicer (#2569)
parent
193b2ffd
Pipeline
#127106
passed with stages
in 36 minutes and 10 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
node/service/src/lib.rs
View file @
dde26544
...
...
@@ -678,8 +678,8 @@ pub fn new_full<RuntimeApi, Executor>(
if
protocol
==
"/polkadot/collation/1"
{
tracing
::
warn!
(
"Incoming collator on a node with parachains disabled. This warning
\
is harmless and is here to warn developers that they might have
accidentally compiled their node without the `real-overseer` feature
is harmless and is here to warn developers that they might have
\
accidentally compiled their node without the `real-overseer` feature
\
enabled."
);
}
...
...
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