mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-01 17:35:17 +00:00
qemu_monitor: rephrase error message if qemu closes monitor
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
8f2cbe73f3
commit
c1b8d87bab
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user