jbertram commented on code in PR #4725:
URL: https://github.com/apache/activemq-artemis/pull/4725#discussion_r1459201733


##########
artemis-server/src/main/java/org/apache/activemq/artemis/core/remoting/server/impl/RemotingServiceImpl.java:
##########
@@ -285,7 +285,7 @@ public Acceptor createAcceptor(TransportConfiguration info) 
{
             managementService.registerAcceptor(acceptor, info);
          }
       } catch (Exception e) {
-         
ActiveMQServerLogger.LOGGER.errorCreatingAcceptor(info.getFactoryClassName(), 
e);
+         ActiveMQServerLogger.LOGGER.errorCreatingAcceptor(info.toString(), e);

Review Comment:
   Using the name is reasonable. The problem with just using the factory class 
name is that it's ambiguous. I'll update and 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to