diff --git a/src/qemu/qemu_monitor.c b/src/qemu/qemu_monitor.c index 597307f7cd..d8e33a98af 100644 --- a/src/qemu/qemu_monitor.c +++ b/src/qemu/qemu_monitor.c @@ -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();