mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-31 22:50:30 +03:00
qemu: Fix error message mentioning VNC instead of SPICE
This commit is contained in:
parent
0ec9a8c2f2
commit
086608de34
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user