mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-12 07:42:56 +00:00
qemu: Don't warn about missing device in DEVICE_DELETED event
Debug priority is good enough for this. Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
This commit is contained in:
parent
90e178f8bf
commit
5ead7f939a
@ -941,7 +941,7 @@ qemuMonitorJSONHandleDeviceDeleted(qemuMonitorPtr mon, virJSONValuePtr data)
|
|||||||
const char *device;
|
const char *device;
|
||||||
|
|
||||||
if (!(device = virJSONValueObjectGetString(data, "device"))) {
|
if (!(device = virJSONValueObjectGetString(data, "device"))) {
|
||||||
VIR_WARN("missing device in device deleted event");
|
VIR_DEBUG("missing device in device deleted event");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user