diff --git a/src/cluster.c b/src/cluster.c index 9043a4ba..23e7cbee 100644 --- a/src/cluster.c +++ b/src/cluster.c @@ -1548,7 +1548,7 @@ void clusterCron(void) { } } if (min_ping_node) { - redisLog(REDIS_DEBUG,"Pinging node %40s", min_ping_node->name); + redisLog(REDIS_DEBUG,"Pinging node %.40s", min_ping_node->name); clusterSendPing(min_ping_node->link, CLUSTERMSG_TYPE_PING); }