提交 086608de 编写于 作者: P Peter Krempa

qemu: Fix error message mentioning VNC instead of SPICE

上级 0ec9a8c2
......@@ -1397,7 +1397,7 @@ qemuDomainChangeGraphics(struct qemud_driver *driver,
}
if (STRNEQ_NULLABLE(oldListenNetwork,newListenNetwork)) {
qemuReportError(VIR_ERR_INTERNAL_ERROR, "%s",
_("cannot change listen network setting on vnc graphics"));
_("cannot change listen network setting on spice graphics"));
return -1;
}
if (STRNEQ_NULLABLE(olddev->data.spice.keymap,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册