mirror of
https://github.com/libvirt/libvirt.git
synced 2026-09-03 20:53:04 -05:00
qemu_monitor: rephrase error message if qemu closes monitor
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user