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:29:31 UTC

[GitHub] [activemq] coheigea commented on a change in pull request #448: Fix unused format arguments in log messages.

coheigea commented on a change in pull request #448: Fix unused format arguments in log messages.
URL: https://github.com/apache/activemq/pull/448#discussion_r378077765
 
 

 ##########
 File path: activemq-broker/src/main/java/org/apache/activemq/broker/region/Queue.java
 ##########
 @@ -2092,7 +2092,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 should just remove this

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