提交 476c8512 编写于 作者: D ding.lid

DUBBO-779

git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@86 1a56cb94-b969-4eaa-88fa-be21384802f2
上级 125b8023
......@@ -108,6 +108,9 @@ public class TraceFilter implements Filter {
+ "\r\nelapsed: "+(end - start) +" ms."
+ "\r\n\r\n" + prompt + "> ");
}
if(count >= max - 1) {
channels.remove(channel);
}
} catch (Throwable e) {
channels.remove(channel);
logger.warn(e.getMessage(), e);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册