[libvirt] [PATCH] Fix error message in qemudLoadDriverConfig()

Matthias Bolte matthias.bolte at googlemail.com
Thu Oct 22 15:54:40 UTC 2009


* src/qemu/qemu_conf.c: change the error message to refer to
  'cgroup_controllers' instead of 'cgroup_device_acl'
---
 src/qemu/qemu_conf.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/qemu/qemu_conf.c b/src/qemu/qemu_conf.c
index 158e9a3..a095cb7 100644
--- a/src/qemu/qemu_conf.c
+++ b/src/qemu/qemu_conf.c
@@ -243,7 +243,7 @@ int qemudLoadDriverConfig(struct qemud_driver *driver,
         for (i = 0, pp = p->list; pp; ++i, pp = pp->next) {
             int ctl;
             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);
                 return -1;
             }
-- 
1.6.0.4




More information about the libvir-list mailing list