Reduce log level for known issue (#5536)

automerge
This commit is contained in:
Sagar Dhawan
2019-08-15 19:42:27 -07:00
committed by Grimes
parent 94f1132fb6
commit e73cbdda61

View File

@ -873,7 +873,7 @@ impl ClusterInfo {
if msg_size < MAX_PROTOCOL_PAYLOAD_SIZE as u64 { if msg_size < MAX_PROTOCOL_PAYLOAD_SIZE as u64 {
msgs.push(msg); msgs.push(msg);
} else { } else {
warn!( debug!(
"dropping message larger than the maximum payload size {:?}", "dropping message larger than the maximum payload size {:?}",
msg msg
); );