This is an automated email from the ASF dual-hosted git repository.

gtully pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/master by this push:
     new 30abc45  no jira - remove extraneous printStackTrace, ex is propagated 
up
30abc45 is described below

commit 30abc45f62527bf96407d8950757306326629d96
Author: gtully <[email protected]>
AuthorDate: Thu Apr 18 14:38:30 2019 +0100

    no jira - remove extraneous printStackTrace, ex is propagated up
---
 .../src/main/java/org/apache/activemq/transport/nio/SelectorWorker.java  | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/activemq-client/src/main/java/org/apache/activemq/transport/nio/SelectorWorker.java
 
b/activemq-client/src/main/java/org/apache/activemq/transport/nio/SelectorWorker.java
index 781ca67..7faf26f 100644
--- 
a/activemq-client/src/main/java/org/apache/activemq/transport/nio/SelectorWorker.java
+++ 
b/activemq-client/src/main/java/org/apache/activemq/transport/nio/SelectorWorker.java
@@ -134,7 +134,6 @@ public class SelectorWorker implements Runnable {
                 }
             }
         } catch (Throwable e) {
-            e.printStackTrace();
             // Notify all the selections that the error occurred.
             Set<SelectionKey> keys = selector.keys();
             for (Iterator<SelectionKey> i = keys.iterator(); i.hasNext();) {

Reply via email to