lower log level

This commit is contained in:
Bryan Stitt 2023-05-16 14:09:10 -07:00
parent 978c385b3c
commit 4d2b405b4e

@ -104,7 +104,7 @@ impl PeakEwmaLatencyTask {
while let Some(rtt) = self.request_rx.recv().await { while let Some(rtt) = self.request_rx.recv().await {
self.update(rtt); self.update(rtt);
} }
info!("latency loop exited"); trace!("latency loop exited");
} }
/// Update the estimate object atomically. /// Update the estimate object atomically.