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

Cole Robinson crobinso at redhat.com
Mon Oct 26 15:38:56 UTC 2009


On 10/22/2009 11:54 AM, Matthias Bolte wrote:
> * 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;
>              }

ACK

- Cole




More information about the libvir-list mailing list