diff --git a/solr/core/src/java/org/apache/solr/cloud/DistributedQueue.java b/solr/core/src/java/org/apache/solr/cloud/DistributedQueue.java index 30f8008afad..d012d5ef71c 100644 --- a/solr/core/src/java/org/apache/solr/cloud/DistributedQueue.java +++ b/solr/core/src/java/org/apache/solr/cloud/DistributedQueue.java @@ -82,7 +82,7 @@ public class DistributedQueue { try { // Check format if (!childName.regionMatches(0, prefix, 0, prefix.length())) { - LOG.warn("Found child node with improper name: " + childName); + LOG.debug("Found child node with improper name: " + childName); continue; } String suffix = childName.substring(prefix.length());