提交 c1b8d87b 编写于 作者: P Pavel Hrdina

qemu_monitor: rephrase error message if qemu closes monitor

Signed-off-by: NPavel Hrdina <phrdina@redhat.com>
上级 8f2cbe73
......@@ -719,8 +719,7 @@ qemuMonitorIO(int watch, int fd, int events, void *opaque)
* "connection reset by peer" message.
*/
mon->logFunc(mon,
_("early end of file from monitor, "
"possible problem"),
_("qemu unexpectedly closed the monitor"),
mon->logOpaque);
virCopyLastError(&mon->lastError);
virResetLastError();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册