From 6a4714f2784754fcfb02d50093f972a949a0cc42 Mon Sep 17 00:00:00 2001 From: MobiusDev <8391001+MobiusDevelopment@users.noreply.github.com> Date: Wed, 23 Aug 2017 05:51:41 +0000 Subject: [PATCH] Use logger instead of system.out method. --- .../java/com/l2jmobius/gameserver/ThreadPoolManager.java | 2 +- .../java/com/l2jmobius/gameserver/ThreadPoolManager.java | 2 +- .../java/com/l2jmobius/gameserver/ThreadPoolManager.java | 2 +- .../java/com/l2jmobius/gameserver/ThreadPoolManager.java | 2 +- .../java/com/l2jmobius/gameserver/ThreadPoolManager.java | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/L2J_Mobius_Classic/java/com/l2jmobius/gameserver/ThreadPoolManager.java b/L2J_Mobius_Classic/java/com/l2jmobius/gameserver/ThreadPoolManager.java index 5d85cdee27..221c914a9c 100644 --- a/L2J_Mobius_Classic/java/com/l2jmobius/gameserver/ThreadPoolManager.java +++ b/L2J_Mobius_Classic/java/com/l2jmobius/gameserver/ThreadPoolManager.java @@ -205,7 +205,7 @@ public final class ThreadPoolManager { try { - System.out.println("ThreadPoolManager: Shutting down."); + LOG.info("ThreadPoolManager: Shutting down."); for (ScheduledThreadPoolExecutor threadPool : _scheduledPools) { diff --git a/L2J_Mobius_Ertheia/java/com/l2jmobius/gameserver/ThreadPoolManager.java b/L2J_Mobius_Ertheia/java/com/l2jmobius/gameserver/ThreadPoolManager.java index 5d85cdee27..221c914a9c 100644 --- a/L2J_Mobius_Ertheia/java/com/l2jmobius/gameserver/ThreadPoolManager.java +++ b/L2J_Mobius_Ertheia/java/com/l2jmobius/gameserver/ThreadPoolManager.java @@ -205,7 +205,7 @@ public final class ThreadPoolManager { try { - System.out.println("ThreadPoolManager: Shutting down."); + LOG.info("ThreadPoolManager: Shutting down."); for (ScheduledThreadPoolExecutor threadPool : _scheduledPools) { diff --git a/L2J_Mobius_Helios/java/com/l2jmobius/gameserver/ThreadPoolManager.java b/L2J_Mobius_Helios/java/com/l2jmobius/gameserver/ThreadPoolManager.java index 5d85cdee27..221c914a9c 100644 --- a/L2J_Mobius_Helios/java/com/l2jmobius/gameserver/ThreadPoolManager.java +++ b/L2J_Mobius_Helios/java/com/l2jmobius/gameserver/ThreadPoolManager.java @@ -205,7 +205,7 @@ public final class ThreadPoolManager { try { - System.out.println("ThreadPoolManager: Shutting down."); + LOG.info("ThreadPoolManager: Shutting down."); for (ScheduledThreadPoolExecutor threadPool : _scheduledPools) { diff --git a/L2J_Mobius_HighFive/java/com/l2jmobius/gameserver/ThreadPoolManager.java b/L2J_Mobius_HighFive/java/com/l2jmobius/gameserver/ThreadPoolManager.java index 4a8574e77d..30c7ed50a7 100644 --- a/L2J_Mobius_HighFive/java/com/l2jmobius/gameserver/ThreadPoolManager.java +++ b/L2J_Mobius_HighFive/java/com/l2jmobius/gameserver/ThreadPoolManager.java @@ -205,7 +205,7 @@ public final class ThreadPoolManager { try { - System.out.println("ThreadPoolManager: Shutting down."); + LOG.info("ThreadPoolManager: Shutting down."); for (ScheduledThreadPoolExecutor threadPool : _scheduledPools) { diff --git a/L2J_Mobius_Underground/java/com/l2jmobius/gameserver/ThreadPoolManager.java b/L2J_Mobius_Underground/java/com/l2jmobius/gameserver/ThreadPoolManager.java index 5d85cdee27..221c914a9c 100644 --- a/L2J_Mobius_Underground/java/com/l2jmobius/gameserver/ThreadPoolManager.java +++ b/L2J_Mobius_Underground/java/com/l2jmobius/gameserver/ThreadPoolManager.java @@ -205,7 +205,7 @@ public final class ThreadPoolManager { try { - System.out.println("ThreadPoolManager: Shutting down."); + LOG.info("ThreadPoolManager: Shutting down."); for (ScheduledThreadPoolExecutor threadPool : _scheduledPools) {