kevinrr888 commented on code in PR #4051:
URL: https://github.com/apache/accumulo/pull/4051#discussion_r1422939637


##########
test/src/main/java/org/apache/accumulo/test/ScanConsistencyIT.java:
##########
@@ -242,6 +241,19 @@ private static void checkEquals(long l1, long l2) throws 
Exception {
     }
   }
 
+  /**
+   * Logs msg at debug level if inTestingContext, info level otherwise
+   *
+   * @param msg message to be logged
+   */
+  private static void logMessage(String msg) {

Review Comment:
   Assumed (based on previous comments) that the message should be logged in 
debug mode if we are in the testing context, and info mode otherwise. Should 
this always be log.info?



-- 
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