Skip to content

Commit

Permalink
Silence an info message related to ack frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
stormshield-damiend committed Aug 31, 2023
1 parent a7a3c4d commit a516c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quinn-proto/src/connection/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ impl Connection {
// Request an immediate ACK to ensure we receive one within RTT, as recommended by
// the acknowledgement frequency draft
self.spaces[SpaceId::Data].immediate_ack_pending = true;
tracing::info!(
tracing::trace!(
"setting RTT timer with RTT = {} ms",
self.path.rtt.get().as_millis()
);
Expand Down

0 comments on commit a516c2b

Please sign in to comment.