mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
qemu: fix typos in qemu_monitor_text.c
* src/qemu/qemu_monitor_text.c (qemuMonitorTextChangeMedia)
This commit is contained in:
parent
93bc093ac2
commit
5483745534
@ -906,7 +906,7 @@ int qemuMonitorTextChangeMedia(qemuMonitorPtr mon,
|
|||||||
|
|
||||||
if (qemuMonitorCommand(mon, cmd, &reply) < 0) {
|
if (qemuMonitorCommand(mon, cmd, &reply) < 0) {
|
||||||
qemuReportError(VIR_ERR_OPERATION_FAILED,
|
qemuReportError(VIR_ERR_OPERATION_FAILED,
|
||||||
_("could not eject media on %s"), devname);
|
_("could not change media on %s"), devname);
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -915,7 +915,7 @@ int qemuMonitorTextChangeMedia(qemuMonitorPtr mon,
|
|||||||
* No message is printed on success it seems */
|
* No message is printed on success it seems */
|
||||||
if (strstr(reply, "device ")) {
|
if (strstr(reply, "device ")) {
|
||||||
qemuReportError(VIR_ERR_OPERATION_FAILED,
|
qemuReportError(VIR_ERR_OPERATION_FAILED,
|
||||||
_("could not eject media on %s: %s"), devname, reply);
|
_("could not change media on %s: %s"), devname, reply);
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user