logging for WEB-2391

This commit is contained in:
Vladimir Krivosheev
2012-12-17 17:09:16 +04:00
parent 87254d8b07
commit e5a28fa3c0
@@ -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);