moving unable to connection to a node using quic from warning to debug (#399)

This commit is contained in:
galactus 2024-06-17 13:51:30 +02:00 committed by GitHub
parent 8ee3d6eb14
commit f990f857ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ impl QuicConnection {
} }
} else { } else {
NB_QUIC_COULDNOT_ESTABLISH_CONNECTION.inc(); NB_QUIC_COULDNOT_ESTABLISH_CONNECTION.inc();
warn!( log::debug!(
"Could not establish connection with {}", "Could not establish connection with {}",
self.identity.to_string() self.identity.to_string()
); );