mirror of
https://github.com/fluencelabs/redis
synced 2025-03-18 16:40:50 +00:00
Cluster: log message shortened.
This commit is contained in:
parent
707ff0f714
commit
2d0844ee37
@ -1672,7 +1672,7 @@ void clusterHandleSlaveFailover(void) {
|
||||
clusterNode *oldmaster = server.cluster->myself->slaveof;
|
||||
|
||||
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
|
||||
* this slave to a master.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user