Skip to content

Commit

Permalink
moving unable to connection to a node using quic from warning to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
godmodegalactus committed Jun 17, 2024
1 parent 8ee3d6e commit 04edba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/src/quic_connection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ impl QuicConnection {
}
} else {
NB_QUIC_COULDNOT_ESTABLISH_CONNECTION.inc();
warn!(
log::debug!(
"Could not establish connection with {}",
self.identity.to_string()
);
Expand Down

0 comments on commit 04edba8

Please sign in to comment.