mirror of https://github.com/apache/activemq.git
Remove a printStackTrace for an exception that is also logged. Produces noise on console
This commit is contained in:
parent
acbe31fcb5
commit
a772b0ef72
|
@ -239,7 +239,6 @@ public class TransportConnection implements Connection, Task, CommandVisitor {
|
|||
}
|
||||
if (!stopping.get() && !pendingStop) {
|
||||
transportException.set(e);
|
||||
e.printStackTrace();
|
||||
if (TRANSPORTLOG.isDebugEnabled()) {
|
||||
TRANSPORTLOG.debug(this + " failed: " + e, e);
|
||||
} else if (TRANSPORTLOG.isWarnEnabled() && !expected(e)) {
|
||||
|
|
Loading…
Reference in New Issue