mirror of
https://github.com/fluencelabs/redis
synced 2025-04-25 02:22:13 +00:00
Fix renamed define after merge.
This commit is contained in:
parent
3626699f1f
commit
4f7d1e46cf
@ -2624,7 +2624,7 @@ void clusterLogCantFailover(int reason) {
|
||||
(mstime() - myself->slaveof->fail_time) < nolog_fail_time) return;
|
||||
|
||||
switch(reason) {
|
||||
case CLUSTER_CANT_FAILOVER_DATA_AGE:
|
||||
case REDIS_CLUSTER_CANT_FAILOVER_DATA_AGE:
|
||||
msg = "Disconnected from master for longer than allowed. "
|
||||
"Please check the 'cluster-slave-validity-factor' configuration "
|
||||
"option.";
|
||||
|
Loading…
x
Reference in New Issue
Block a user