Improve log message.
This commit is contained in:
parent
d9faa0c852
commit
0baf4cb070
@ -129,7 +129,7 @@ void HttpConnectionBase::loop() {
|
||||
live_event();
|
||||
state_ = State::Write;
|
||||
if (res.error().code() == 500) {
|
||||
LOG(WARNING) << "Failed to process an HTTP query:" << res.error();
|
||||
LOG(WARNING) << "Failed to process an HTTP query: " << res.error();
|
||||
} else {
|
||||
LOG(INFO) << res.error();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user