[libvirt] [PATCH v2 1/2] qemu_monitor: rephrase error message if qemu closes monitor

Peter Krempa pkrempa at redhat.com
Wed Jun 8 11:43:13 UTC 2016


On Wed, Jun 08, 2016 at 12:37:35 +0200, Pavel Hrdina wrote:
> Signed-off-by: Pavel Hrdina <phrdina at 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




More information about the libvir-list mailing list