Fix misprint in error message.
This commit is contained in:
parent
f61b5900dd
commit
edf0aaaa2a
@ -361,8 +361,8 @@ Status SessionConnection::on_packet(const MsgInfo &info,
|
|||||||
return Status::Error("SeqNo is not even for an irrelevant message");
|
return Status::Error("SeqNo is not even for an irrelevant message");
|
||||||
}
|
}
|
||||||
case SeqNoNotOdd: {
|
case SeqNoNotOdd: {
|
||||||
LOG(ERROR) << bad_info << ": SeqNo is not odd for an irrelevant message" << common;
|
LOG(ERROR) << bad_info << ": SeqNo is not odd for a relevant message" << common;
|
||||||
return Status::Error("SeqNo is not odd for an irrelevant message");
|
return Status::Error("SeqNo is not odd for a relevant message");
|
||||||
}
|
}
|
||||||
|
|
||||||
case InvalidContainer: {
|
case InvalidContainer: {
|
||||||
|
Loading…
Reference in New Issue
Block a user