mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-23 06:41:34 +00:00
Turn warn! into debug! (#235)
This commit is contained in:
@ -168,7 +168,7 @@ where
|
||||
let inner_dial = match self.transport.dial(inner_addr) {
|
||||
Ok(d) => d,
|
||||
Err((transport, old_addr)) => {
|
||||
warn!("Failed to dial {} because {} is not supported by the underlying transport",
|
||||
debug!("Failed to dial {} because {} is not supported by the underlying transport",
|
||||
original_addr,
|
||||
old_addr);
|
||||
return Err((
|
||||
|
Reference in New Issue
Block a user