fix port output bugs

This commit is contained in:
CaiHQ 2021-12-12 12:46:04 +08:00
parent 654ec47663
commit ea6159d41b

View File

@ -88,7 +88,7 @@ public class ServiceServer extends Thread {
} }
} }
//TODO MUST use System.out to ensure output //TODO MUST use System.out to ensure output
LOGGER.info("ServiceServer mainPort " + mainPort); System.out.println("ServiceServer mainPort " + mainPort);
try { try {
channel.closeFuture().await(); channel.closeFuture().await();
} catch (InterruptedException e) { } catch (InterruptedException e) {