michaeljmarshall opened a new pull request, #3320: URL: https://github.com/apache/bookkeeper/pull/3320
### Motivation While testing #3310, I noticed that the `PerChannelBookieClient#exceptionCaught` logic contains redundant logs when the exception is an `SSLException`. This PR removes a redundant log from client. Based on reading through the rest of the method, this is a trivial change with no other side effects. ### Changes * Return early to prevent a redundant log -- 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]
