Commit 2d0844ee authored by antirez's avatar antirez
Browse files

Cluster: log message shortened.

parent 707ff0f7
...@@ -1672,7 +1672,7 @@ void clusterHandleSlaveFailover(void) { ...@@ -1672,7 +1672,7 @@ void clusterHandleSlaveFailover(void) {
clusterNode *oldmaster = server.cluster->myself->slaveof; clusterNode *oldmaster = server.cluster->myself->slaveof;
redisLog(REDIS_WARNING, redisLog(REDIS_WARNING,
"Failover election won: failing over my (failing) master."); "Failover election won: I'm the new master.");
/* We have the quorum, perform all the steps to correctly promote /* We have the quorum, perform all the steps to correctly promote
* this slave to a master. * this slave to a master.
* *
......
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