提交 a5e7358a 编写于 作者: A antirez

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

上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册