Commit 4f7d1e46 authored by antirez's avatar antirez
Browse files

Fix renamed define after merge.

parent 3626699f
...@@ -2624,7 +2624,7 @@ void clusterLogCantFailover(int reason) { ...@@ -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.";
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment