]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu_agent|monitor: use different log on hangup event
authorChen Hanxiao <chenhanxiao@gmail.com>
Mon, 19 Sep 2016 06:24:50 +0000 (14:24 +0800)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 19 Sep 2016 11:06:03 +0000 (13:06 +0200)
commit4c886408c0ec98e23802366293cfb1fff21b46df
tree506c27e81cb3250d6109a7821e50fde0900df341
parentc255bc7185556800697a50c1c42d1bb333411526
qemu_agent|monitor: use different log on hangup event

Both qemu monitor and agent print the same
log on HUANGUP event, which would be confusing
when reading libvirtd log.

This patch will give a different log message to them.

Signed-off-by: Chen Hanxiao <chenhanxiao@gmail.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_agent.c
src/qemu/qemu_monitor.c