Do print the information message when creating a new daemon

This commit is contained in:
Guillaume Nodet
2020-10-22 13:14:55 +02:00
parent 0c032230cd
commit 90714f69d5

View File

@@ -144,7 +144,7 @@ public class DaemonConnector {
stopEvent.getUid(), stopEvent.getTimestamp(), stopEvent.getReason());
}
LOGGER.debug(generate(busyDaemons.size(), idleDaemons.size(), recentStopEvents.size()));
System.out.println(generate(busyDaemons.size(), idleDaemons.size(), recentStopEvents.size()));
}
public static String generate(final int numBusy, final int numIncompatible, final int numStopped) {