Unverified Commit dde26544 authored by Pierre Krieger's avatar Pierre Krieger Committed by GitHub
Browse files

Make warning nicer (#2569)

parent 193b2ffd
Pipeline #127106 passed with stages
in 36 minutes and 10 seconds
...@@ -678,8 +678,8 @@ pub fn new_full<RuntimeApi, Executor>( ...@@ -678,8 +678,8 @@ pub fn new_full<RuntimeApi, Executor>(
if protocol == "/polkadot/collation/1" { if protocol == "/polkadot/collation/1" {
tracing::warn!( tracing::warn!(
"Incoming collator on a node with parachains disabled. This warning \ "Incoming collator on a node with parachains disabled. This warning \
is harmless and is here to warn developers that they might have is harmless and is here to warn developers that they might have \
accidentally compiled their node without the `real-overseer` feature accidentally compiled their node without the `real-overseer` feature \
enabled." enabled."
); );
} }
......
Supports Markdown
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