363488 ShutdownHandler pollutes the log during shutdown

This commit is contained in:
Jan Bartel 2011-11-14 12:11:39 +11:00
parent ca8873593a
commit e723b90de4
1 changed files with 4 additions and 0 deletions

View File

@ -114,6 +114,10 @@ public class ShutdownHandler extends AbstractHandler
{
shutdownServer();
}
catch (InterruptedException e)
{
LOG.ignore(e);
}
catch (Exception e)
{
throw new RuntimeException("Shutting down server",e);