Change a log level
This commit is contained in:
parent
80ec7d9211
commit
1326205483
|
@ -508,7 +508,7 @@ void HttpServer::requestPostRouting(const HttpRequestImplPtr &req, Pack &&pack)
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
req->quitStreamMode();
|
req->quitStreamMode();
|
||||||
LOG_DEBUG << "Stop processing request due to stream error";
|
LOG_ERROR << "Stop processing request due to stream error";
|
||||||
pack.callback(
|
pack.callback(
|
||||||
app().getCustomErrorHandler()(k400BadRequest, req));
|
app().getCustomErrorHandler()(k400BadRequest, req));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue