mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 05:11:09 +00:00
Make warning nicer (#2569)
This commit is contained in:
@@ -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."
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user