mirror of https://mirror.osredm.com/root/redis.git
Cluster: removed not needed newline at end of redisLog() msg.
This commit is contained in:
parent
28071caf38
commit
a5e7358a12
|
@ -1207,7 +1207,7 @@ int clusterProcessPacket(clusterLink *link) {
|
|||
{
|
||||
redisLog(REDIS_WARNING,
|
||||
"Node %.40s has old slots configuration, sending "
|
||||
"an UPDATE message about %.40s\n",
|
||||
"an UPDATE message about %.40s",
|
||||
sender->name, server.cluster->slots[j]->name);
|
||||
clusterSendUpdate(sender->link,server.cluster->slots[j]);
|
||||
|
||||
|
|
Loading…
Reference in New Issue