Skip to content

Commit

Permalink
Change a log level
Browse files Browse the repository at this point in the history
  • Loading branch information
an-tao committed Aug 23, 2024
1 parent 80ec7d9 commit 1326205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/HttpServer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ void HttpServer::requestPostRouting(const HttpRequestImplPtr &req, Pack &&pack)
else
{
req->quitStreamMode();
LOG_DEBUG << "Stop processing request due to stream error";
LOG_ERROR << "Stop processing request due to stream error";
pack.callback(
app().getCustomErrorHandler()(k400BadRequest, req));
}
Expand Down

0 comments on commit 1326205

Please sign in to comment.