NO-JIRA log.debug on a test

This commit is contained in:
Clebert Suconic 2022-10-15 00:24:19 -04:00
parent 0275efff29
commit 10a93f9203
1 changed files with 2 additions and 1 deletions

View File

@ -84,8 +84,9 @@ public class MegaCleanerPagingTest extends ActiveMQTestBase {
@Test
public void testRestart() throws Throwable {
remoteCall("populate");
System.out.println("Resuming...");
logger.debug("Resuming...");
remoteCall("resume");
logger.debug("....done");
}
private void remoteCall(String methodName) throws Exception {