You need to sign in or sign up before continuing.
提交 5ead7f93 编写于 作者: J Jiri Denemark

qemu: Don't warn about missing device in DEVICE_DELETED event

Debug priority is good enough for this.
Signed-off-by: NJiri Denemark <jdenemar@redhat.com>
上级 90e178f8
...@@ -941,7 +941,7 @@ qemuMonitorJSONHandleDeviceDeleted(qemuMonitorPtr mon, virJSONValuePtr data) ...@@ -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;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册