Make warning nicer (#2569)

This commit is contained in:
Pierre Krieger
2021-03-05 13:44:18 +01:00
committed by GitHub
parent 3d54a759fe
commit 13f60fee2f
+2 -2
View File
@@ -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."
);
}