From: Wolfgang Bumiller Date: Wed, 13 Jan 2016 10:36:00 +0000 (+0100) Subject: vnc: fix tls-creds error message X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c62e90af8c2e8b1a89d973963db2bb817702bf42;p=qemu.git vnc: fix tls-creds error message The parameter is called 'tls-creds', 'credid' is just the variable name in the code. Signed-off-by: Wolfgang Bumiller Reviewed-by: Daniel P. Berrange Message-id: 1452681360-29239-1-git-send-email-w.bumiller@proxmox.com Signed-off-by: Gerd Hoffmann --- diff --git a/ui/vnc.c b/ui/vnc.c index c2d3773968..85e3462a27 100644 --- a/ui/vnc.c +++ b/ui/vnc.c @@ -3606,7 +3606,7 @@ void vnc_display_open(const char *id, Error **errp) qemu_opt_get(opts, "x509") || qemu_opt_get(opts, "x509verify")) { error_setg(errp, - "'credid' parameter is mutually exclusive with " + "'tls-creds' parameter is mutually exclusive with " "'tls', 'x509' and 'x509verify' parameters"); goto fail; }