diff --git a/src/main/base/org/bdware/sc/conn/ServiceServer.java b/src/main/base/org/bdware/sc/conn/ServiceServer.java index bae1a6b..4d6b0c0 100644 --- a/src/main/base/org/bdware/sc/conn/ServiceServer.java +++ b/src/main/base/org/bdware/sc/conn/ServiceServer.java @@ -88,7 +88,7 @@ public class ServiceServer extends Thread { } } //TODO MUST use System.out to ensure output - LOGGER.info("ServiceServer mainPort " + mainPort); + System.out.println("ServiceServer mainPort " + mainPort); try { channel.closeFuture().await(); } catch (InterruptedException e) {