mirror of https://github.com/dswd/vpncloud.git
Logging timed out peers as INFO
This commit is contained in:
parent
0243859d5a
commit
937c7b9f3b
|
@ -55,7 +55,7 @@ impl PeerList {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
for addr in &del {
|
for addr in &del {
|
||||||
debug!("Forgot peer: {}", addr);
|
info!("Forgot peer: {}", addr);
|
||||||
if let Some((_timeout, nodeid, alt_addrs)) = self.peers.remove(addr) {
|
if let Some((_timeout, nodeid, alt_addrs)) = self.peers.remove(addr) {
|
||||||
self.nodes.remove(&nodeid);
|
self.nodes.remove(&nodeid);
|
||||||
self.addresses.remove(addr);
|
self.addresses.remove(addr);
|
||||||
|
|
Loading…
Reference in New Issue