Skip to content

Commit

Permalink
Update neqo-transport/src/connection/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Thomson <[email protected]>
Signed-off-by: Lars Eggert <[email protected]>
  • Loading branch information
larseggert and martinthomson authored Jan 31, 2025
1 parent 7f9cb00 commit b68b67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neqo-transport/src/connection/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3530,7 +3530,7 @@ impl Connection {
}

fn log_packet(&self, meta: packet::MetaData, now: Instant) {
if log::STATIC_MAX_LEVEL == log::LevelFilter::Off || !log::log_enabled!(log::Level::Debug) {
if !log::log_enabled!(log::Level::Debug) {
return;
}

Expand Down

0 comments on commit b68b67b

Please sign in to comment.