DaanHoogland commented on code in PR #9132:
URL: https://github.com/apache/cloudstack/pull/9132#discussion_r2135884136


##########
api/src/main/java/org/apache/cloudstack/api/command/admin/internallb/StartInternalLBVMCmd.java:
##########
@@ -103,7 +103,7 @@ public Long getApiResourceId() {
 
     @Override
     public void execute() throws ConcurrentOperationException, 
ResourceUnavailableException, InsufficientCapacityException {
-        CallContext.current().setEventDetails("Internal Lb Vm Id: " + getId());
+        CallContext.current().setEventDetails("Internal Lb VM Id: " + getId());

Review Comment:
   ```suggestion
           CallContext.current().setEventDetails("Internal Lb VM ID: " + 
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