From 13f60fee2fecf54ab78c4cf0480cfcbcf3aa681b Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Fri, 5 Mar 2021 13:44:18 +0100 Subject: [PATCH] Make warning nicer (#2569) --- polkadot/node/service/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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." ); }