clebertsuconic commented on code in PR #4260:
URL: https://github.com/apache/activemq-artemis/pull/4260#discussion_r998304949


##########
artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/QueueImpl.java:
##########
@@ -3164,6 +3174,7 @@ private void checkDepage() {
          return;
       }
       if (pageIterator != null && pageSubscription.isPaging()) {
+         logger.debug("CheckDepage on queue name {}, id={}", this.name, 
this.id);

Review Comment:
   @gemmellr I actually like the this quite a lot.. makes it explicitly and 
where it's coming from when you read it.
   
   I guess it will be personal taste here?



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