diff --git a/jetty-server/src/main/java/org/eclipse/jetty/server/ShutdownMonitor.java b/jetty-server/src/main/java/org/eclipse/jetty/server/ShutdownMonitor.java index 70347e036c5..aba29959cdf 100644 --- a/jetty-server/src/main/java/org/eclipse/jetty/server/ShutdownMonitor.java +++ b/jetty-server/src/main/java/org/eclipse/jetty/server/ShutdownMonitor.java @@ -146,7 +146,8 @@ public class ShutdownMonitor { if (isAlive()) { - System.err.printf("ShutdownMonitorThread already started"); + if (DEBUG) + System.err.printf("ShutdownMonitorThread already started"); return; // cannot start it again }