mirror of https://github.com/apache/activemq.git
remove dumpStack, system.err trace committed in error: https://issues.apache.org/activemq/browse/AMQ-2376
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@985871 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c9afcaebd5
commit
9353ea50e4
|
@ -60,8 +60,6 @@ public class ConnectionPool {
|
|||
|
||||
public void onException(IOException error) {
|
||||
synchronized (ConnectionPool.this) {
|
||||
System.err.println("HasFaile=true on :" + error);
|
||||
Thread.dumpStack();
|
||||
hasFailed = true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue