Commit a5e7358a authored by antirez's avatar antirez
Browse files

Cluster: removed not needed newline at end of redisLog() msg.

parent 28071caf
......@@ -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]);
......
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