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

This commit is contained in:
antirez 2013-11-08 17:27:59 +01:00
parent 28071caf38
commit a5e7358a12

View File

@ -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]);