1
0
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:
Peter Krempa 2011-09-29 15:00:20 +02:00
parent 0ec9a8c2f2
commit 086608de34

View File

@ -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,