DUBBO-779

git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@86 1a56cb94-b969-4eaa-88fa-be21384802f2
This commit is contained in:
ding.lid 2011-10-27 11:30:31 +00:00
parent 125b8023b6
commit 476c851264
1 changed files with 3 additions and 0 deletions

View File

@ -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);