mirror of
https://github.com/fluencelabs/redis
synced 2025-03-17 16:10:50 +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,
|
||||
"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…
x
Reference in New Issue
Block a user