Skip to content

Commit 3574cdc

Browse files
Update api/src/main/java/org/apache/cloudstack/api/command/user/vm/DeployVMCmd.java
Co-authored-by: dahn <[email protected]>
1 parent b28eccb commit 3574cdc

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/user/vm/DeployVMCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ public String getCreateEventDescription() {
756756
@Override
757757
public String getEventDescription() {
758758
if(getStartVm()) {
759-
return "starting Vm. VM Id: " + getEntityUuid();
759+
return "starting VM. VM Id: " + getEntityUuid();
760760
}
761761
return "deploying Vm. VM Id: " + getEntityUuid();
762762
}

0 commit comments

Comments
 (0)