|
|
@ -459,8 +459,7 @@ impl Client { |
|
|
if self.peers.len() == self.config.max_peers {
|
|
|
if self.peers.len() == self.config.max_peers {
|
|
|
warn!(
|
|
|
warn!(
|
|
|
"Cannot open peer connection ({}:{}): too many already open",
|
|
|
"Cannot open peer connection ({}:{}): too many already open",
|
|
|
response.ip,
|
|
|
|
|
|
response.port,
|
|
|
|
|
|
|
|
|
response.ip, response.port,
|
|
|
);
|
|
|
);
|
|
|
return;
|
|
|
return;
|
|
|
}
|
|
|
}
|
|
|
|