Fix renamed define after merge.

This commit is contained in:
antirez 2015-11-27 16:10:34 +01:00
parent 3626699f1f
commit 4f7d1e46cf

View File

@ -2624,7 +2624,7 @@ void clusterLogCantFailover(int reason) {
(mstime() - myself->slaveof->fail_time) < nolog_fail_time) return; (mstime() - myself->slaveof->fail_time) < nolog_fail_time) return;
switch(reason) { switch(reason) {
case CLUSTER_CANT_FAILOVER_DATA_AGE: case REDIS_CLUSTER_CANT_FAILOVER_DATA_AGE:
msg = "Disconnected from master for longer than allowed. " msg = "Disconnected from master for longer than allowed. "
"Please check the 'cluster-slave-validity-factor' configuration " "Please check the 'cluster-slave-validity-factor' configuration "
"option."; "option.";