
8 Jun
2016
8 Jun
'16
7:43 a.m.
On Wed, Jun 08, 2016 at 12:37:35 +0200, Pavel Hrdina wrote:
Signed-off-by: Pavel Hrdina <phrdina@redhat.com> --- src/qemu/qemu_monitor.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/qemu/qemu_monitor.c b/src/qemu/qemu_monitor.c index 597307f..3524d22 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 monitor"),
s/closed monitor/closed the monitor/ ACK