removed System.outs
This commit is contained in:
parent
bcdf071a9c
commit
6c9f090479
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue