Use logger instead of system.out method.

This commit is contained in:
MobiusDev
2017-08-23 05:51:41 +00:00
parent cfe3ee3b6f
commit 6a4714f278
5 changed files with 5 additions and 5 deletions

View File

@ -205,7 +205,7 @@ public final class ThreadPoolManager
{
try
{
System.out.println("ThreadPoolManager: Shutting down.");
LOG.info("ThreadPoolManager: Shutting down.");
for (ScheduledThreadPoolExecutor threadPool : _scheduledPools)
{