[libvirt] [PATCH] qemu: Fix copy&paste error messages in text monitor

Eric Blake eblake at redhat.com
Thu Mar 17 14:50:58 UTC 2011


On 03/17/2011 08:43 AM, Jiri Denemark wrote:
> ---
>  src/qemu/qemu_monitor_text.c |    8 ++++----
>  1 files changed, 4 insertions(+), 4 deletions(-)

> @@ -2324,7 +2324,7 @@ int qemuMonitorTextAddDrive(qemuMonitorPtr mon,
>  
>      if (qemuMonitorHMPCommand(mon, cmd, &reply) < 0) {
>          qemuReportError(VIR_ERR_OPERATION_FAILED,
> -                        _("failed to close fd in qemu with '%s'"), cmd);
> +                        _("failed to add drive '%s'"), drivestr);

ACK.  Oops for not catching it in earlier review.

-- 
Eric Blake   eblake at redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

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


More information about the libvir-list mailing list