Cluster: mismatch sender ID log put back at DEBUG level.

This commit is contained in:
antirez 2016-01-26 14:21:18 +01:00
parent d6c5922f75
commit fe44a7cb60

View File

@ -1716,7 +1716,7 @@ int clusterProcessPacket(clusterLink *link) {
/* If the reply has a non matching node ID we
* disconnect this node and set it as not having an associated
* address. */
serverLog(LL_WARNING,"PONG contains mismatching sender ID. About node %.40s added %d ms ago, having flags %d",
serverLog(LL_DEBUG,"PONG contains mismatching sender ID. About node %.40s added %d ms ago, having flags %d",
link->node->name,
(int)(mstime()-(link->node->ctime)),
link->node->flags);