removed System.outs

This commit is contained in:
Greg Wilkins 2013-03-22 11:33:56 +11:00
parent bcdf071a9c
commit 6c9f090479
1 changed files with 2 additions and 1 deletions

View File

@ -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
}