mirror of https://github.com/apache/cloudstack.git
fixin a typo in a logging message
This commit is contained in:
parent
59a48ce59d
commit
5cd1cb17d3
|
|
@ -644,7 +644,7 @@ public class ElasticLoadBalancerManagerImpl implements
|
|||
throw new InvalidParameterValueException("Supplied LB name " + lb.getName() + " is not associated with IP " + lb.getSourceIpAddressId() );
|
||||
}
|
||||
} else {
|
||||
s_logger.debug("Could not find any existing frontend ips for this account for this LB rule, acquiring a new frontent IP for ELB");
|
||||
s_logger.debug("Could not find any existing frontend ips for this account for this LB rule, acquiring a new frontend IP for ELB");
|
||||
PublicIp ip = allocIp(lb, account);
|
||||
ipId = ip.getId();
|
||||
newIp = true;
|
||||
|
|
|
|||
Loading…
Reference in New Issue