Skip to content

Commit 2deab67

Browse files
Update server/src/main/java/com/cloud/configuration/ConfigurationManagerImpl.java
Co-authored-by: dahn <daan.hoogland@gmail.com>
1 parent 2d7e0c2 commit 2deab67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/com/cloud/configuration/ConfigurationManagerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,7 @@ public Configuration updateConfiguration(final UpdateCfgCmd cmd) throws InvalidP
10311031
}
10321032

10331033
if (value == null) {
1034-
throw new InvalidParameterValueException(String.format("A value for the [%s] configuration must be informed.", name));
1034+
throw new InvalidParameterValueException(String.format(The new value for the [%s] configuration must be given.", name));
10351035
}
10361036
10371037
validateIpAddressRelatedConfigValues(name, value);

0 commit comments

Comments
 (0)