moving unable to connection to a node using quic from warning to debug (#399)
This commit is contained in:
parent
8ee3d6eb14
commit
f990f857ab
|
@ -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()
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue