diff --git a/polkadot/node/service/src/lib.rs b/polkadot/node/service/src/lib.rs index ff358a97b2..4616503212 100644 --- a/polkadot/node/service/src/lib.rs +++ b/polkadot/node/service/src/lib.rs @@ -678,8 +678,8 @@ pub fn new_full( 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." ); }