added a trace log when beginning the shutdown countdown

cusax-fix
Emil Ivov 20 years ago
parent 5fa0577baa
commit ccc575e6ef

@ -67,6 +67,8 @@ public void run()
synchronized(this)
{
try{
logger.trace("Starting shutdown countdown of "
+ SHUTDOWN_TIMEOUT + "ms.");
wait(SHUTDOWN_TIMEOUT);
logger.error("Failed to gently shutdown. Forcing exit.");
System.exit(500);

Loading…
Cancel
Save