mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-29 09:28:53 +00:00
Fix the number of cancelled daemons displayed
This commit is contained in:
@@ -508,7 +508,7 @@ public class Server implements AutoCloseable, Runnable {
|
||||
}
|
||||
LOGGER.info("Received message: {}", message);
|
||||
if (message == Message.BareMessage.CANCEL_BUILD_SINGLETON) {
|
||||
updateState(DaemonState.Canceled);
|
||||
updateState(Canceled);
|
||||
return;
|
||||
} else {
|
||||
synchronized (recvQueue) {
|
||||
|
Reference in New Issue
Block a user