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,