mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
outbound_session: bring outbound connection failed debug message to info level
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user