davebarnes97 commented on a change in pull request #5968:
URL: https://github.com/apache/geode/pull/5968#discussion_r568878831



##########
File path: 
geode-core/src/main/java/org/apache/geode/internal/cache/wan/AbstractGatewaySender.java
##########
@@ -1134,6 +1144,9 @@ private void recordDroppedEvent(EntryEventImpl event) {
         logger.debug("added to tmpDroppedEvents event: {}", event);
       }
     }
+    if (logger.isDebugEnabled()) {
+      logger.debug("Returning back without putting into the gateway sender 
queue:" + event);

Review comment:
       "Returning back" is redundant, better to just say "Returning"




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


Reply via email to