You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ma...@apache.org on 2016/04/25 15:18:48 UTC

[2/2] activemq-artemis git commit: ARTEMIS-501 Incorrect log message in class ClientSessionFactoryImpl

ARTEMIS-501 Incorrect log message in class ClientSessionFactoryImpl


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/350eec89
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/350eec89
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/350eec89

Branch: refs/heads/master
Commit: 350eec896aea2363f59d276d3ee53cdd4507b225
Parents: 4bb2d3f
Author: bayern39 <ja...@163.com>
Authored: Mon Apr 25 10:38:30 2016 +0800
Committer: Martyn Taylor <mt...@redhat.com>
Committed: Mon Apr 25 14:18:30 2016 +0100

----------------------------------------------------------------------
 .../artemis/core/client/impl/ClientSessionFactoryImpl.java         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/350eec89/artemis-core-client/src/main/java/org/apache/activemq/artemis/core/client/impl/ClientSessionFactoryImpl.java
----------------------------------------------------------------------
diff --git a/artemis-core-client/src/main/java/org/apache/activemq/artemis/core/client/impl/ClientSessionFactoryImpl.java b/artemis-core-client/src/main/java/org/apache/activemq/artemis/core/client/impl/ClientSessionFactoryImpl.java
index 0e04387..9d9d593 100644
--- a/artemis-core-client/src/main/java/org/apache/activemq/artemis/core/client/impl/ClientSessionFactoryImpl.java
+++ b/artemis-core-client/src/main/java/org/apache/activemq/artemis/core/client/impl/ClientSessionFactoryImpl.java
@@ -1292,7 +1292,7 @@ public class ClientSessionFactoryImpl implements ClientSessionFactoryInternal, C
       schedulePing();
 
       if (ActiveMQClientLogger.LOGGER.isTraceEnabled()) {
-         ActiveMQClientLogger.LOGGER.trace("returning " + connection);
+         ActiveMQClientLogger.LOGGER.trace("returning " + newConnection);
       }
 
       return newConnection;