Turn warn! into debug! (#235)

This commit is contained in:
Pierre Krieger
2018-06-04 15:53:58 +02:00
committed by GitHub
parent 57c3103f78
commit be2fa0e531
3 changed files with 7 additions and 7 deletions

View File

@ -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((