Cluster: UPDATE messages are the norm and verbose.

Logging them at WARNING level was of little utility and of sure disturb.
This commit is contained in:
antirez 2014-02-11 10:18:24 +01:00
parent 8251d2d150
commit 5e0e03be41

View File

@ -1430,7 +1430,7 @@ int clusterProcessPacket(clusterLink *link) {
if (server.cluster->slots[j]->configEpoch >
senderConfigEpoch)
{
redisLog(REDIS_WARNING,
redisLog(REDIS_VERBOSE,
"Node %.40s has old slots configuration, sending "
"an UPDATE message about %.40s",
sender->name, server.cluster->slots[j]->name);