From 218197ccf166c8bff9be0b3cdc8f4c4131c77a04 Mon Sep 17 00:00:00 2001 From: daemyungkang <60596794+daemyungkang@users.noreply.github.com> Date: Thu, 21 Jan 2021 15:08:05 +0900 Subject: [PATCH] change log for invalid cluster port (#8343) Update log message to correctly indicate cluster port range --- src/cluster.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/cluster.c b/src/cluster.c index 2b5acec90..97a25b0b3 100644 --- a/src/cluster.c +++ b/src/cluster.c @@ -509,8 +509,7 @@ void clusterInit(void) { serverLog(LL_WARNING, "Redis port number too high. " "Cluster communication port is 10,000 port " "numbers higher than your Redis port. " - "Your Redis port number must be " - "lower than 55535."); + "Your Redis port number must be 55535 or less."); exit(1); } if (listenToPort(port+CLUSTER_PORT_INCR,