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

 ##########
 File path: 
bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/AuthHandler.java
 ##########
 @@ -142,11 +145,9 @@ public void channelRead(ChannelHandlerContext ctx, Object 
msg) throws Exception
         }
 
         private boolean checkAuthPlugin(AuthMessage am, final Channel src) {
-            if (!am.hasAuthPluginName()
-                || 
!am.getAuthPluginName().equals(authProviderFactory.getPluginName())) {
-                LOG.error("Received message from incompatible auth plugin. 
Local = {},"
-                          + " Remote = {}, Channel = {}",
-                          authProviderFactory.getPluginName(), 
am.getAuthPluginName());
+            if (!am.hasAuthPluginName() || 
!am.getAuthPluginName().equals(authProviderFactory.getPluginName())) {
+                LOG.error("Received message from incompatible auth plugin. 
Local = {}," + " Remote = {}, Channel = {}",
 
 Review comment:
   oh! my editor indentation issue. I will fix that.
 
----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to