mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
logging for WEB-2391
This commit is contained in:
@@ -232,6 +232,7 @@ public class WebServer {
|
||||
}
|
||||
|
||||
if (tryAnyPort) {
|
||||
LOG.info("We cannot bind to our default range, so, try to bind to any free port");
|
||||
try {
|
||||
Channel channel = bootstrap.bind(new InetSocketAddress(0));
|
||||
openChannels.add(channel);
|
||||
|
||||
Reference in New Issue
Block a user