summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaemyungkang <60596794+daemyungkang@users.noreply.github.com>2021-01-21 15:08:05 +0900
committerGitHub <noreply@github.com>2021-01-20 22:08:05 -0800
commit53cdf8a3d10285208e96980881dcac94314d8686 (patch)
tree254b92a59f384de00655700022d9dbc5c1577feb
parent4f9de66f0eb50469767ed05a38c2eb091c9663e5 (diff)
downloadredis-53cdf8a3d10285208e96980881dcac94314d8686.tar.gz
change log for invalid cluster port (#8343)
Update log message to correctly indicate cluster port range
-rw-r--r--src/cluster.c3
1 files changed, 1 insertions, 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,