mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-26 15:38:34 +00:00
Do print the information message when creating a new daemon
This commit is contained in:
@@ -144,7 +144,7 @@ public class DaemonConnector {
|
|||||||
stopEvent.getUid(), stopEvent.getTimestamp(), stopEvent.getReason());
|
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) {
|
public static String generate(final int numBusy, final int numIncompatible, final int numStopped) {
|
||||||
|
Reference in New Issue
Block a user