ARTEMIS-501 Incorrect log message in class ClientSessionFactoryImpl

This commit is contained in:
bayern39 2016-04-25 10:38:30 +08:00 committed by Martyn Taylor
parent 4bb2d3f24b
commit 350eec896a
1 changed files with 1 additions and 1 deletions

View File

@ -1292,7 +1292,7 @@ public class ClientSessionFactoryImpl implements ClientSessionFactoryInternal, C
schedulePing(); schedulePing();
if (ActiveMQClientLogger.LOGGER.isTraceEnabled()) { if (ActiveMQClientLogger.LOGGER.isTraceEnabled()) {
ActiveMQClientLogger.LOGGER.trace("returning " + connection); ActiveMQClientLogger.LOGGER.trace("returning " + newConnection);
} }
return newConnection; return newConnection;