]> xenbits.xensource.com Git - libvirt.git/commitdiff
qemu_monitor: rephrase error message if qemu closes monitor
authorPavel Hrdina <phrdina@redhat.com>
Wed, 8 Jun 2016 09:59:57 +0000 (11:59 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Wed, 8 Jun 2016 11:50:31 +0000 (13:50 +0200)
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
src/qemu/qemu_monitor.c

index 597307f7cdd6411baf6f5bb0e90b8838cff33ce7..d8e33a98afec86f5c4441d14205c0c08b13cb132 100644 (file)
@@ -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();