You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2020/02/12 07:24:51 UTC

[GitHub] [activemq] coheigea commented on a change in pull request #304: Add missing log param

coheigea commented on a change in pull request #304: Add missing log param
URL: https://github.com/apache/activemq/pull/304#discussion_r378076421
 
 

 ##########
 File path: activemq-broker/src/main/java/org/apache/activemq/broker/TransportConnection.java
 ##########
 @@ -581,7 +581,7 @@ public Response processMessageAck(MessageAck ack) throws Exception {
         if (consumerExchange != null) {
             broker.acknowledge(consumerExchange, ack);
         } else if (ack.isInTransaction()) {
-            LOG.warn("no matching consumer, ignoring ack {}", consumerExchange, ack);
+            LOG.warn("no matching consumer for {}, gnoring ack {}", consumerExchange, ack);
 
 Review comment:
   gnoring -> ignoring

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services