Skip to content

Commit 9ea0eb0

Browse files
committed
fix log statement
1 parent 13a5ad8 commit 9ea0eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/com/cloud/network/NetworkServiceImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1637,7 +1637,7 @@ public Network createGuestNetwork(CreateNetworkCmd cmd) throws InsufficientCapac
16371637

16381638
if (GuestType.Shared == ntwkOff.getGuestType()) {
16391639
if (!ntwkOff.isSpecifyIpRanges()) {
1640-
throw new CloudRuntimeException("Specify IP Ranged should be true for Shared Networks");
1640+
throw new CloudRuntimeException("The 'specifyipranges' parameter should be true for Shared Networks");
16411641
}
16421642
if (ipv4 && Objects.isNull(startIP)) {
16431643
throw new CloudRuntimeException("IPv4 address range needs to be provided");

0 commit comments

Comments
 (0)