Cole Robinson <[EMAIL PROTECTED]> wrote:
> The attached patch implements the following operations for the qemu driver:
...
> +        qemudReportError(dom->conn, dom, NULL, VIR_ERR_INVALID_DOMAIN,
> +                         "no domain with matching uuid '%s'", dom->uuid);
...
> +        qemudReportError(dom->conn, dom, NULL, VIR_ERR_INVALID_ARG,
> +                         "cannot set max memory lower than current memory");
...

Hi Cole.
The patch looks good.
Please put _(...) around diagnostics, so that they end up being translated.

--
Libvir-list mailing list
Libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to