any exception
This commit is contained in:
@@ -176,7 +176,7 @@ public class QueueServerImpl implements QueueServer {
|
|||||||
AdaptedServerPing ping = null;
|
AdaptedServerPing ping = null;
|
||||||
try {
|
try {
|
||||||
ping = futurePing.get(5, TimeUnit.SECONDS);
|
ping = futurePing.get(5, TimeUnit.SECONDS);
|
||||||
} catch (InterruptedException | ExecutionException | TimeoutException e) {
|
} catch (Exception e) {
|
||||||
if(pingerDebug) {
|
if(pingerDebug) {
|
||||||
main.getLogger().info("[pinger] ["+server.getServerInfo().getName()+"] offline:");
|
main.getLogger().info("[pinger] ["+server.getServerInfo().getName()+"] offline:");
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
|
|||||||
Reference in New Issue
Block a user