mirror of
https://gitee.com/BDWare/common
synced 2025-01-26 09:44:12 +00:00
fix port output bugs
This commit is contained in:
parent
654ec47663
commit
ea6159d41b
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user