We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 309ec72 commit e1e51ffCopy full SHA for e1e51ff
server/src/main/java/com/cloud/configuration/ConfigurationManagerImpl.java
@@ -957,7 +957,7 @@ public Configuration updateConfiguration(final UpdateCfgCmd cmd) throws InvalidP
957
}
958
959
if ("System".equals(category) && !_accountMgr.isRootAdmin(caller.getId())) {
960
- logger.warn("Only Root Admin is allowed to edit the coniguration " + name);
+ logger.warn("Only Root Admin is allowed to edit the configuration " + name);
961
throw new CloudRuntimeException("Only Root Admin is allowed to edit this configuration.");
962
963
0 commit comments