[libvirt] [PATCH] qemu: Don't warn about missing device in DEVICE_DELETED event

6 Sep
2016
6 Sep
'16
11:47 a.m.
Debug priority is good enough for this. Signed-off-by: Jiri Denemark <jdenemar@redhat.com> --- src/qemu/qemu_monitor_json.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qemu/qemu_monitor_json.c b/src/qemu/qemu_monitor_json.c index 3d0a120..8384314 100644 --- a/src/qemu/qemu_monitor_json.c +++ b/src/qemu/qemu_monitor_json.c @@ -941,7 +941,7 @@ qemuMonitorJSONHandleDeviceDeleted(qemuMonitorPtr mon, virJSONValuePtr data) const char *device; if (!(device = virJSONValueObjectGetString(data, "device"))) { - VIR_WARN("missing device in device deleted event"); + VIR_DEBUG("missing device in device deleted event"); return; } -- 2.10.0
3283
Age (days ago)
3283
Last active (days ago)
1 comments
2 participants
participants (2)
-
Jiri Denemark
-
Peter Krempa