mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-25 23:25:24 +00:00
Fix error message in qemudLoadDriverConfig()
* src/qemu/qemu_conf.c: change the error message to refer to 'cgroup_controllers' instead of 'cgroup_device_acl'
This commit is contained in:
parent
d27098c054
commit
dfdfc601ac
@ -243,7 +243,7 @@ int qemudLoadDriverConfig(struct qemud_driver *driver,
|
|||||||
for (i = 0, pp = p->list; pp; ++i, pp = pp->next) {
|
for (i = 0, pp = p->list; pp; ++i, pp = pp->next) {
|
||||||
int ctl;
|
int ctl;
|
||||||
if (pp->type != VIR_CONF_STRING) {
|
if (pp->type != VIR_CONF_STRING) {
|
||||||
VIR_ERROR("%s", _("cgroup_device_acl must be a list of strings"));
|
VIR_ERROR("%s", _("cgroup_controllers must be a list of strings"));
|
||||||
virConfFree(conf);
|
virConfFree(conf);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user