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:
[email protected]
With regards,
Apache Git Services