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


##########
api/src/main/java/org/apache/cloudstack/api/command/admin/internallb/StartInternalLBVMCmd.java:
##########
@@ -88,7 +88,7 @@ public String getEventType() {
 
     @Override
     public String getEventDescription() {
-        return "starting internal lb vm: " + getId();
+        return "starting internal lb Instance: " + getId();

Review Comment:
   ```suggestion
           return "Starting Internal LB Instance: " + getId();
   ```



-- 
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