Re: [libvirt] [PATCH 6/6] qemu: caps: Remove pointless debug message in virQEMUCapsInitQMPMonitor

2019-03-29 Thread Erik Skultety
On Fri, Mar 29, 2019 at 01:26:34PM +0100, Peter Krempa wrote: > Failure of qemuMonitorGetVersion is fatal now that we only support QMP > based qemus. Remove the debug message since we report an error already. > > Signed-off-by: Peter Krempa > --- Reviewed-by: Erik Skultety -- libvir-list

[libvirt] [PATCH 6/6] qemu: caps: Remove pointless debug message in virQEMUCapsInitQMPMonitor

2019-03-29 Thread Peter Krempa
Failure of qemuMonitorGetVersion is fatal now that we only support QMP based qemus. Remove the debug message since we report an error already. Signed-off-by: Peter Krempa --- src/qemu/qemu_capabilities.c | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git