]> xenbits.xensource.com Git - libvirt.git/commit
qemu: monitor: Remove few debug statements
authorPeter Krempa <pkrempa@redhat.com>
Tue, 26 Mar 2019 17:36:30 +0000 (18:36 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 3 Apr 2019 09:58:10 +0000 (11:58 +0200)
commitd8306dce0f33568dc0f1af760047180f7ab668fd
tree236fea3700cee33f28d144d66a48efc6d84988e5
parenta2a04524be7cde69b18e8145e285580fae5f4455
qemu: monitor: Remove few debug statements

The internal qemu machinery already logs the sent message via the PROBE
point in qemuMonitorSend and the monitor receive function. Those are way
better as they are easy grepable. Remove the additional ones from the
monitor code which just duplicate the sent data.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Laine Stump <laine@laine.org>
src/qemu/qemu_monitor_json.c