提交 54837455 编写于 作者: O Osier Yang 提交者: Eric Blake

qemu: fix typos in qemu_monitor_text.c

* src/qemu/qemu_monitor_text.c (qemuMonitorTextChangeMedia)
上级 93bc093a
......@@ -906,7 +906,7 @@ int qemuMonitorTextChangeMedia(qemuMonitorPtr mon,
if (qemuMonitorCommand(mon, cmd, &reply) < 0) {
qemuReportError(VIR_ERR_OPERATION_FAILED,
_("could not eject media on %s"), devname);
_("could not change media on %s"), devname);
goto cleanup;
}
......@@ -915,7 +915,7 @@ int qemuMonitorTextChangeMedia(qemuMonitorPtr mon,
* No message is printed on success it seems */
if (strstr(reply, "device ")) {
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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册