Ethanlm commented on a change in pull request #3279:
URL: https://github.com/apache/storm/pull/3279#discussion_r434588055



##########
File path: storm-client/src/jvm/org/apache/storm/pacemaker/PacemakerClient.java
##########
@@ -182,7 +182,7 @@ public HBMessage send(HBMessage m) throws 
PacemakerConnectionException, Interrup
                     if (retry <= 0) {
                         throw e;
                     }
-                    LOG.error("error attempting to write to a channel {}.", 
e.getMessage());
+                    LOG.error("Error attempting to write to a channel to host 
" + host + " - " + e.getMessage());

Review comment:
       why not use `{}`?




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to