Skip to content

Commit eea90fc

Browse files
Update api/src/main/java/org/apache/cloudstack/api/command/admin/internallb/StartInternalLBVMCmd.java
Co-authored-by: dahn <[email protected]>
1 parent c7fb37f commit eea90fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/org/apache/cloudstack/api/command/admin/internallb/StartInternalLBVMCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public Long getApiResourceId() {
103103

104104
@Override
105105
public void execute() throws ConcurrentOperationException, ResourceUnavailableException, InsufficientCapacityException {
106-
CallContext.current().setEventDetails("Internal Lb VM Id: " + getId());
106+
CallContext.current().setEventDetails("Internal Lb VM ID: " + getId());
107107
VirtualRouter result = null;
108108
VirtualRouter router = _routerService.findRouter(getId());
109109
if (router == null || router.getRole() != Role.INTERNAL_LB_VM) {

0 commit comments

Comments
 (0)