mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-26 05:58:27 +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());
|
||||
}
|
||||
|
||||
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) {
|
||||
|
Reference in New Issue
Block a user