Removed println
This commit is contained in:
parent
5fdce19902
commit
284fc4db44
@ -333,8 +333,6 @@ public class ServerBootstrap extends Bootstrap {
|
|||||||
public void exceptionCaught(
|
public void exceptionCaught(
|
||||||
ChannelHandlerContext ctx, ExceptionEvent e)
|
ChannelHandlerContext ctx, ExceptionEvent e)
|
||||||
throws Exception {
|
throws Exception {
|
||||||
System.err.println(e);
|
|
||||||
e.getCause().printStackTrace();
|
|
||||||
boolean finished = futureQueue.offer(failedFuture(e.getChannel(), e.getCause()));
|
boolean finished = futureQueue.offer(failedFuture(e.getChannel(), e.getCause()));
|
||||||
assert finished;
|
assert finished;
|
||||||
ctx.sendUpstream(e);
|
ctx.sendUpstream(e);
|
||||||
|
Loading…
Reference in New Issue
Block a user