Commit 5e7a1477 authored by gejun's avatar gejun

rephrase a log

parent fae306f0
...@@ -86,7 +86,7 @@ ParseResult InputMessenger::CutInputMessage( ...@@ -86,7 +86,7 @@ ParseResult InputMessenger::CutInputMessage(
// The protocol is fixed at client-side, no need to try others. // The protocol is fixed at client-side, no need to try others.
LOG(ERROR) << "Fail to parse response from " << m->remote_side() LOG(ERROR) << "Fail to parse response from " << m->remote_side()
<< " by " << _handlers[preferred].name << " by " << _handlers[preferred].name
<< " (client's protocol)"; << " at client-side";
return MakeParseError(PARSE_ERROR_ABSOLUTELY_WRONG); return MakeParseError(PARSE_ERROR_ABSOLUTELY_WRONG);
} }
// Clear context before trying next protocol which probably has // Clear context before trying next protocol which probably has
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment