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 2019/07/09 15:06:45 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_r301639324
 
 

 ##########
 File path: activemq-broker/src/main/java/org/apache/activemq/broker/region/Queue.java
 ##########
 @@ -2100,7 +2100,7 @@ private PendingList doPageInForDispatch(boolean force, boolean processExpired, i
                                 ConnectionContext connectionContext = createConnectionContext();
                                 dropMessage(ref);
                                 if (gotToTheStore(ref.getMessage())) {
-                                    LOG.debug("Duplicate message {} from cursor, removing from store", this, ref.getMessage());
+                                    LOG.debug("{}, duplicate message {} from cursor, removing from store", this, ref.getMessage());
 
 Review comment:
   I think here we could just remove logging this from the log statement

----------------------------------------------------------------
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