kishorekasi commented on a change in pull request #183: BOOKKEEPER-588 SSL 
Support for Bookkeeper
URL: https://github.com/apache/bookkeeper/pull/183#discussion_r129640538
 
 

 ##########
 File path: 
bookkeeper-server/src/main/java/org/apache/bookkeeper/client/PendingAddOp.java
 ##########
 @@ -255,7 +255,7 @@ void submitCallback(final int rc) {
         ReferenceCountUtil.release(toSend);
 
         if (LOG.isDebugEnabled()) {
-            LOG.debug("Submit callback (lid:{}, eid: {}). rc:{}", new Object[] 
{ lh.getId(), entryId, rc });
+            LOG.debug("Submit callback (lid:{}, eid: {}). rc:{}", lh.getId(), 
entryId, rc);
 
 Review comment:
   The slf4j version we use doesn't need it anymore.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to