From: Cole Robinson Date: Mon, 7 Mar 2011 18:09:35 +0000 (-0500) Subject: qemu_hotplug: Reword error if spice password change not available X-Git-Tag: CVE-2011-1146~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56a4d8127f7a8fae1a1bc0537e50686596273280;p=thirdparty%2Flibvirt.git qemu_hotplug: Reword error if spice password change not available Currently it sounds like spice is completely unsupported, which is confusing. --- diff --git a/src/qemu/qemu_hotplug.c b/src/qemu/qemu_hotplug.c index da07c2952b..25d2dd9d3e 100644 --- a/src/qemu/qemu_hotplug.c +++ b/src/qemu/qemu_hotplug.c @@ -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,