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

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git


The following commit(s) were added to refs/heads/main by this push:
     new 719fe26  NO-JIRA: tweak logging to include stacktrace
719fe26 is described below

commit 719fe26e937cb35864d2ea59c1af4bdd165edf5d
Author: Robbie Gemmell <rob...@apache.org>
AuthorDate: Thu May 20 12:19:56 2021 +0100

    NO-JIRA: tweak logging to include stacktrace
---
 .../test/java/org/apache/qpid/jms/test/testpeer/TestAmqpPeerRunner.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/qpid-jms-client/src/test/java/org/apache/qpid/jms/test/testpeer/TestAmqpPeerRunner.java
 
b/qpid-jms-client/src/test/java/org/apache/qpid/jms/test/testpeer/TestAmqpPeerRunner.java
index a7dba31..8059321 100644
--- 
a/qpid-jms-client/src/test/java/org/apache/qpid/jms/test/testpeer/TestAmqpPeerRunner.java
+++ 
b/qpid-jms-client/src/test/java/org/apache/qpid/jms/test/testpeer/TestAmqpPeerRunner.java
@@ -164,7 +164,7 @@ class TestAmqpPeerRunner implements Runnable
                 }
                 else
                 {
-                    LOGGER.debug("Caught throwable after socket is closed: " + 
t);
+                    LOGGER.debug("Caught throwable after socket is closed: " + 
t, t);
                     _throwable = t;
                 }
             }

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to