albertogpz commented on a change in pull request #6663:
URL: https://github.com/apache/geode/pull/6663#discussion_r678879985
##########
File path:
geode-core/src/main/java/org/apache/geode/internal/cache/wan/serial/SerialGatewaySenderEventProcessor.java
##########
@@ -863,7 +863,7 @@ public void
sendBatchDestroyOperationForDroppedEvent(EntryEventImpl dropEvent, i
} catch (Exception e) {
if (logger.isDebugEnabled()) {
logger.debug(
- "Exception in sending dropped event could be ignored in order not
to interrupt sender starting",
+ "Exception in sending dropped event could be ignored in order not
to interrupt sender starting: {}",
Review comment:
I will leave it as it was as I did not know that the method could take a
Throwable as a second parameter.
--
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]