Skip to content

Commit

Permalink
Merge pull request #1759 from ballerina-platform/refactor
Browse files Browse the repository at this point in the history
Refactor log statement
  • Loading branch information
TharmiganK authored Oct 24, 2023
2 parents 52122f9 + a4637b3 commit 71562b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ public HttpResponseFuture send(OutboundMsgHolder outboundMsgHolder, HttpCarbonMe
public void onSuccess(String protocol, ChannelFuture channelFuture) {
if (LOG.isDebugEnabled()) {
LOG.debug("Created the connection to address: {}",
route.toString() + " " + "Original Channel ID is : " + channelFuture.channel().id());
route + " Original Channel ID is : " + channelFuture.channel().id());
}

if (isH1c(protocol)) {
Expand Down

0 comments on commit 71562b4

Please sign in to comment.