1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-20 06:50:22 +03:00

qemu_hotplug: Reword error if spice password change not available

Currently it sounds like spice is completely unsupported, which is
confusing.
This commit is contained in:
Cole Robinson 2011-03-07 13:09:35 -05:00
parent ac9ee6b5e0
commit 56a4d8127f

View File

@ -1795,7 +1795,7 @@ qemuDomainChangeGraphicsPasswords(struct qemud_driver *driver,
if (ret == -2) {
if (type != VIR_DOMAIN_GRAPHICS_TYPE_VNC) {
qemuReportError(VIR_ERR_INTERNAL_ERROR, "%s",
_("Only VNC graphics are supported"));
_("Graphics password only supported for VNC"));
ret = -1;
} else {
ret = qemuMonitorSetVNCPassword(priv->mon,