X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fgnutls.c;h=dfbe8bf525fea25d84c14ad6b6aa9e15a72e05ef;hp=5480cde34392b31b52dd1210e5b901678bdf1e5c;hb=d763f8bf6d6e13ce006ffab616cc8a77e747a633;hpb=2e2ac6ad2fc90eaf46ae5fee0bc4f61dd97b4284 diff --git a/src/gnutls.c b/src/gnutls.c index 5480cde3..dfbe8bf5 100644 --- a/src/gnutls.c +++ b/src/gnutls.c @@ -290,8 +290,8 @@ ssl_check_certificate (int fd, const char *host) if (!gnutls_x509_crt_check_hostname (cert, host)) { logprintf (LOG_NOTQUIET, - _("The certificate's owner does not match hostname '%s'\n"), - host); + _("The certificate's owner does not match hostname %s\n"), + quote (host)); success = false; } gnutls_x509_crt_deinit (cert);