aboutsummaryrefslogtreecommitdiff
path: root/src/url.c
diff options
context:
space:
mode:
authorcorvid <devnull@localhost>2016-05-02 02:50:54 +0000
committercorvid <devnull@localhost>2016-05-02 02:50:54 +0000
commit9a2636fb5bd5a1a46e96dcc053e28f77f3371d16 (patch)
treee08a8b0bb0dd753bba1f7a2ab76303459e08ea47 /src/url.c
parent6ae151b53be4cbbe32d5a067f8d649e36932525c (diff)
silence the HSTS transformation MSG
Diffstat (limited to 'src/url.c')
-rw-r--r--src/url.c2
1 files changed, 1 insertions, 1 deletions
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;