X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fgnutls.c;h=dfbe8bf525fea25d84c14ad6b6aa9e15a72e05ef;hp=5480cde34392b31b52dd1210e5b901678bdf1e5c;hb=2524076dd238f47d3d45368a6b2722931cea577e;hpb=ba909b24ec6f847b685e111a2cb753c496673824 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);