Move expected logging to INFO.
GitOrigin-RevId: 4e12878c5390f6634f3a2cc6b8de5b9c3de50012
This commit is contained in:
parent
5109f43435
commit
c4ca04a17d
@ -673,7 +673,7 @@ Status SessionConnection::on_raw_packet(const PacketInfo &info, BufferSlice pack
|
|||||||
}
|
}
|
||||||
if (status.is_error()) {
|
if (status.is_error()) {
|
||||||
if (status.code() == 1) {
|
if (status.code() == 1) {
|
||||||
LOG(WARNING) << "Packet ignored " << status;
|
LOG(INFO) << "Packet ignored: " << status;
|
||||||
send_ack(info.message_id);
|
send_ack(info.message_id);
|
||||||
return Status::OK();
|
return Status::OK();
|
||||||
} else if (status.code() == 2) {
|
} else if (status.code() == 2) {
|
||||||
|
Loading…
Reference in New Issue
Block a user