Knocking down log level on high water mark

This commit is contained in:
Dave
2020-09-05 14:13:35 +01:00
parent 4c055a8e35
commit 4b16d14121
+1 -1
View File
@@ -61,7 +61,7 @@ impl OrderedMessageBuffer {
let high_water = index;
self.next_index = high_water;
warn!("Next high water mark is: {}", high_water);
info!("Next high water mark is: {}", high_water);
// dig out the bytes from inside the struct
let data: Vec<u8> = contiguous_messages