[libvirt] [PATCH] qemu: reword caps-related error

Eric Blake eblake at redhat.com
Tue Aug 5 15:04:41 UTC 2014


On 08/05/2014 03:03 AM, Martin Kletzander wrote:
> Signed-off-by: Martin Kletzander <mkletzan at redhat.com>
> ---
>  src/qemu/qemu_driver.c | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 

ACK

> diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c
> index 8eba8e8..a4a96af 100644
> --- a/src/qemu/qemu_driver.c
> +++ b/src/qemu/qemu_driver.c
> @@ -3456,7 +3456,9 @@ static int qemuDumpToFd(virQEMUDriverPtr driver, virDomainObjPtr vm,
> 
>          if (ret <= 0) {
>              virReportError(VIR_ERR_INVALID_ARG,
> -                           _("unsupported dumpformat '%s'"), dumpformat);
> +                           _("unsupported dumpformat '%s' "
> +                             "for this QEMU binary"),
> +                           dumpformat);
>              ret = -1;
>              goto cleanup;
>          }
> 

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 539 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20140805/0d468942/attachment-0001.sig>


More information about the libvir-list mailing list