outbound_session: bring outbound connection failed debug message to info level

This commit is contained in:
draoi
2024-09-02 10:25:18 +02:00
parent 81b879b25e
commit 2ef730e4ee

View File

@@ -311,7 +311,7 @@ impl Slot {
let (addr, channel) = match self.try_connect(host.clone(), last_seen).await {
Ok(connect_info) => connect_info,
Err(err) => {
debug!(
info!(
target: "net::outbound_session::try_connect()",
"[P2P] Outbound slot #{} connection failed: {}",
slot, err