This commit is contained in:
地平线
2015-06-29 10:31:29 +08:00
parent 9dc5878838
commit 13d4df3c36

View File

@@ -48,7 +48,7 @@ public class WebSocketRunner implements Runnable {
this.channel = channel;
webSocket.runner = this;
this.coder.logger = context.getLogger();
this.coder.debugable = false;
this.coder.debugable = context.getLogger().isLoggable(Level.FINEST);
this.readBuffer = context.pollBuffer();
this.writeBuffer = context.pollBuffer();
}