nabarunnag commented on a change in pull request #6663:
URL: https://github.com/apache/geode/pull/6663#discussion_r678719079
##########
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 think e.toString needs to be added otherwise it translates it to
missing parameter as it translates the method to debug(String message,
Throwable ex)
--
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]