[libvirt] [PATCH 1/2] qemu: Fix error messages when dispatching guest agent commands

Eric Blake eblake at redhat.com
Wed Nov 28 13:43:26 UTC 2012


> Error messages produced while dispatching guest agent commands didn't
> have an apparent reference to the fact that they are dealing with
> guest
> agent commands. This patch fixes up some of the messages to contain
> that
> reference.

> @@ -1148,7 +1149,7 @@ qemuAgentCheckError(virJSONValuePtr cmd,
>          VIR_DEBUG("Neither 'return' nor 'error' is set in the JSON
>          reply %s: %s",
>                    cmdstr, replystr);
>          virReportError(VIR_ERR_INTERNAL_ERROR,
> -                       _("unable to execute QEMU command '%s'"),
> +                       _("unable to execute QEMU agentcommand

Missing a space.

ACK with that fixed.




More information about the libvir-list mailing list