Skip to content

Commit c4a2224

Browse files
Update plugins/hypervisors/vmware/src/main/java/org/apache/cloudstack/api/command/admin/zone/ListVmwareDcHostsCmd.java
Co-authored-by: Suresh Kumar Anaparti <[email protected]>
1 parent 16eab4d commit c4a2224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/hypervisors/vmware/src/main/java/org/apache/cloudstack/api/command/admin/zone/ListVmwareDcHostsCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public void execute() throws ResourceUnavailableException, InsufficientCapacityE
107107
response.setResponseName(getCommandName());
108108
setResponseObject(response);
109109
} catch (Exception e) {
110-
String errorMsg = String.format("Error retrieving VMs from Vmware VC: %s", e.getMessage());
110+
String errorMsg = String.format("Error retrieving Hosts from VMware VC: %s", e.getMessage());
111111
throw new ServerApiException(ApiErrorCode.INTERNAL_ERROR, errorMsg);
112112
}
113113
}

0 commit comments

Comments
 (0)