From 9a2636fb5bd5a1a46e96dcc053e28f77f3371d16 Mon Sep 17 00:00:00 2001 From: corvid Date: Mon, 2 May 2016 02:50:54 +0000 Subject: silence the HSTS transformation MSG --- src/url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/url.c b/src/url.c index 5ffe58fd..c8b3d08e 100644 --- a/src/url.c +++ b/src/url.c @@ -430,7 +430,7 @@ DilloUrl* a_Url_new(const char *url_str, const char *base_url) a_Hsts_require_https(a_Url_hostname(url))) { const char *const scheme = "https"; - MSG("url: HSTS transformation for %s.\n", url->url_string->str); + _MSG("url: HSTS transformation for %s.\n", url->url_string->str); url->scheme = scheme; if (url->port == URL_HTTP_PORT) url->port = URL_HTTPS_PORT; -- cgit v1.2.3