EdColeman commented on code in PR #2569:
URL: https://github.com/apache/accumulo/pull/2569#discussion_r858671897


##########
test/src/main/java/org/apache/accumulo/test/zookeeper/ZooKeeperTestingServer.java:
##########
@@ -119,7 +119,7 @@ public void initPaths(String s) {
       for (String p : paths) {
         if (!p.isEmpty()) {
           path = path + slash + p;
-          log.debug("building default paths, creating node {}", path);
+          log.warn("building default paths, creating node {}", path);

Review Comment:
   fixed in 94aa2ab6f7



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to