mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-16 10:32:34 +01:00
fix typo in listStorageNetworkIpRangeCmd
This commit is contained in:
parent
3caa348d0a
commit
bea12dc6a4
@ -71,7 +71,7 @@ public class listStorageNetworkIpRangeCmd extends BaseListCmd {
|
||||
resList.add(resp);
|
||||
}
|
||||
response.setResponses(resList);
|
||||
response.setObjectName(getCommandName());
|
||||
response.setResponseName(getCommandName());
|
||||
this.setResponseObject(response);
|
||||
} catch (Exception e) {
|
||||
s_logger.warn("Failed to list storage network ip range for rangeId=" + getRangeId() + " podId=" + getPodId() + " zoneId=" + getZoneId());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user