mirror of https://github.com/dswd/vpncloud.git
Warning for missing router is now info
This commit is contained in:
parent
390f217a23
commit
5c2977e612
|
@ -31,7 +31,7 @@ mod internal {
|
||||||
if let SearchError::IoError(ref err) = err {
|
if let SearchError::IoError(ref err) = err {
|
||||||
if err.kind() == io::ErrorKind::WouldBlock {
|
if err.kind() == io::ErrorKind::WouldBlock {
|
||||||
// Why this code?
|
// Why this code?
|
||||||
warn!("Port-forwarding: no router found");
|
info!("Port-forwarding: no router found");
|
||||||
return None
|
return None
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue