mirror of
https://github.com/fluencelabs/redis
synced 2025-04-03 16:21:03 +00:00
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,
|
redisLog(REDIS_WARNING,
|
||||||
"Node %.40s has old slots configuration, sending "
|
"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);
|
sender->name, server.cluster->slots[j]->name);
|
||||||
clusterSendUpdate(sender->link,server.cluster->slots[j]);
|
clusterSendUpdate(sender->link,server.cluster->slots[j]);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user