Skip to content

Commit

Permalink
Merge pull request #23 from LykkeCity/Fix-missed-log-message
Browse files Browse the repository at this point in the history
Missed log message issue has been fixed
  • Loading branch information
KonstantinRyazantsev committed Oct 2, 2018
2 parents 2e891e7 + 759619e commit 760ddca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ private async Task LogError(HttpContext context)
statusCode = context.Response.StatusCode,
body = body
},
"");
"Client request error");
}
}
}

0 comments on commit 760ddca

Please sign in to comment.