ARTEMIS-501 Incorrect log message in class ClientSessionFactoryImpl
This commit is contained in:
parent
4bb2d3f24b
commit
350eec896a
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue