]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
qemu_hotplug: Reword error if spice password change not available
authorCole Robinson <crobinso@redhat.com>
Mon, 7 Mar 2011 18:09:35 +0000 (13:09 -0500)
committerCole Robinson <crobinso@redhat.com>
Mon, 7 Mar 2011 18:26:46 +0000 (13:26 -0500)
Currently it sounds like spice is completely unsupported, which is
confusing.

src/qemu/qemu_hotplug.c

index da07c2952bf98abf1bf1a1e02ad9c22dda455416..25d2dd9d3e11e1c929fc8cf83e7ff01372add950 100644 (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,