Commit fe44a7cb authored by antirez's avatar antirez
Browse files

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

parent d6c5922f
...@@ -1716,7 +1716,7 @@ int clusterProcessPacket(clusterLink *link) { ...@@ -1716,7 +1716,7 @@ int clusterProcessPacket(clusterLink *link) {
/* If the reply has a non matching node ID we /* If the reply has a non matching node ID we
* disconnect this node and set it as not having an associated * disconnect this node and set it as not having an associated
* address. */ * 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, link->node->name,
(int)(mstime()-(link->node->ctime)), (int)(mstime()-(link->node->ctime)),
link->node->flags); link->node->flags);
......
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