Skip to content

Commit

Permalink
Merge pull request wso2#2101 from malakaganga/add_warnLogs
Browse files Browse the repository at this point in the history
Improve warn log
  • Loading branch information
malakaganga authored May 19, 2023
2 parents 7acb4a9 + 14bf072 commit 1dec98d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ public void responseReceived(NHttpClientConnection conn) {
if (conf.isConsumeAndDiscard()) {
log.warn("Response received before the request is sent to the backend completely , CORRELATION_ID = "
+ conn.getContext().getAttribute(CorrelationConstants.CORRELATION_ID) + ". Consuming the " +
"pipe and discarding the data completely");
"request message and discarding the data completely");
} else {
log.warn("Response received before the request is sent to the backend completely , CORRELATION_ID = "
+ conn.getContext().getAttribute(CorrelationConstants.CORRELATION_ID));
Expand Down

0 comments on commit 1dec98d

Please sign in to comment.