From 490fd94a7cffde3a0936dc946f62499f2d21b31b Mon Sep 17 00:00:00 2001 From: Marcin Szamotulski Date: Mon, 18 Jul 2022 10:25:06 +0200 Subject: [PATCH] Modify P2PWarning message P2P is now an early release: we encourage to enable it on at most one of the relays (if one has more than one relay). We don't advise yet to use it on BP nodes. --- cardano-node/src/Cardano/Node/Tracing/Tracers/Startup.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cardano-node/src/Cardano/Node/Tracing/Tracers/Startup.hs b/cardano-node/src/Cardano/Node/Tracing/Tracers/Startup.hs index 6d3101a2eef..dea4f791b3f 100644 --- a/cardano-node/src/Cardano/Node/Tracing/Tracers/Startup.hs +++ b/cardano-node/src/Cardano/Node/Tracing/Tracers/Startup.hs @@ -493,8 +493,8 @@ ppStartupInfoTrace (BICommon BasicInfoCommon {..}) = p2pWarningMessage :: Text p2pWarningMessage = - "unsupported and unverified version of " - <> "`cardano-node` with peer-to-peer networking capabilities" + "You are using an early release of peer-to-peer capabilities, " + <> "please report any issues." p2pNetworkConfigLegacyMessage :: Text p2pNetworkConfigLegacyMessage =