NoIssue: Only use log instead of System.out
This commit is contained in:
@@ -20,10 +20,9 @@ public class KickerImpl implements Kicker {
|
||||
public KickerImpl() throws InterruptedException {
|
||||
startProcess("com.r35157.nenjim.kicker.impl.ref.Dummy");
|
||||
|
||||
System.out.println("Waiting for all processes to finish!");
|
||||
log.info("Waiting for all processes to finish!");
|
||||
awaitAllProcessesFinished();
|
||||
log.info("Kicker successfully shutdown!");
|
||||
System.out.println("Kicker successfully shutdown!");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user