rajujith commented on code in PR #7857:
URL: https://github.com/apache/cloudstack/pull/7857#discussion_r2333358769


##########
server/src/main/java/com/cloud/network/lb/LoadBalancingRulesManagerImpl.java:
##########
@@ -1494,12 +1494,12 @@ private boolean removeFromLoadBalancerInternal(long 
loadBalancerId, List<Long> i
 
                 loadBalancer.setState(backupState);
                 _lbDao.persist(loadBalancer);
-                logger.debug("LB Rollback rule: {} while removing vm 
instances", loadBalancer);
+                logger.debug("LB Rollback rule: {} while removing Instances", 
loadBalancer);
             }
             logger.warn("Unable to apply the load balancer config because 
resource is unavailable.", e);
         }
         if (!success) {
-            CloudRuntimeException ex = new CloudRuntimeException("Failed to 
remove specified load balancer rule id for vms " + vmIds);
+            CloudRuntimeException ex = new CloudRuntimeException("Failed to 
remove specified load balancer rule id for Instances " + vmIds);

Review Comment:
   'ID'



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to