mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 02:17:58 +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" {
|
||||
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."
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user