From 9e09486e268ac5234d2d9eabbccbfcf0d16d706d Mon Sep 17 00:00:00 2001 From: Ivan Kozlovic Date: Fri, 12 Jul 2019 13:44:01 -0600 Subject: [PATCH] Use all caps for the production message Signed-off-by: Ivan Kozlovic --- server/gateway.go | 2 +- server/route.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/gateway.go b/server/gateway.go index 1c7996de..a12f14f9 100644 --- a/server/gateway.go +++ b/server/gateway.go @@ -47,7 +47,7 @@ var ( ) // Warning when user configures gateway TLS insecure -const gatewayTLSInsecureWarning = "TLS certificate chain and hostname of solicited gateways will not be verified, do not use in production!" +const gatewayTLSInsecureWarning = "TLS certificate chain and hostname of solicited gateways will not be verified. DO NOT USE IN PRODUCTION!" // SetGatewaysSolicitDelay sets the initial delay before gateways // connections are initiated. diff --git a/server/route.go b/server/route.go index f67f4331..c9a3d058 100644 --- a/server/route.go +++ b/server/route.go @@ -97,7 +97,7 @@ const ( const sendRouteSubsInGoRoutineThreshold = 1024 * 1024 // 1MB // Warning when user configures cluster TLS insecure -const clusterTLSInsecureWarning = "TLS certificate chain and hostname of solicited routes will not be verified, do not use in production!" +const clusterTLSInsecureWarning = "TLS certificate chain and hostname of solicited routes will not be verified. DO NOT USE IN PRODUCTION!" // Can be changed for tests var routeConnectDelay = DEFAULT_ROUTE_CONNECT