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(a)redhat.com +1-801-349-2682
Libvirt virtualization library
http://libvirt.org