jbertram commented on code in PR #5450: URL: https://github.com/apache/activemq-artemis/pull/5450#discussion_r1925490820
########## artemis-core-client/src/main/java/org/apache/activemq/artemis/core/protocol/core/impl/ChannelImpl.java: ########## @@ -698,7 +698,7 @@ public void transferConnection(final CoreRemotingConnection newConnection) { if (logger.isTraceEnabled()) { logger.trace("RemotingConnectionID={} transferConnection to new RemotingConnectionID={}", - (connection == null ? "NULL" : connection.getID()), + connection.getID(), Review Comment: Done. I think. Take a look at the recent push. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For additional commands, e-mail: gitbox-h...@activemq.apache.org For further information, visit: https://activemq.apache.org/contact