nabarunnag commented on a change in pull request #7375: URL: https://github.com/apache/geode/pull/7375#discussion_r808519973
########## File path: geode-core/src/distributedTest/java/org/apache/geode/internal/jta/dunit/LoginTimeOutDUnitTest.java ########## @@ -263,15 +263,15 @@ public static void runTest1() throws Exception { logger.debug("Naming Exception caught in lookup: " + e); fail("failed in naming lookup: " + e); } catch (Exception e) { - logger.debug("Exception caught during naming lookup: {}", e); + logger.debug("Exception caught during naming lookup:", e); fail("failed in naming lookup: " + e); } try { for (int count = 0; count < MAX_CONNECTIONS; count++) { ds.getConnection(); } } catch (Exception e) { - logger.debug("Exception caught in runTest1: {}", e); + logger.debug("Exception caught in runTest1:", e); Review comment: Also, its just a test, should not matter much -- 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: notifications-unsubscr...@geode.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org