diff options
author | corvid <devnull@localhost> | 2016-05-02 02:50:54 +0000 |
---|---|---|
committer | corvid <devnull@localhost> | 2016-05-02 02:50:54 +0000 |
commit | 9a2636fb5bd5a1a46e96dcc053e28f77f3371d16 (patch) | |
tree | e08a8b0bb0dd753bba1f7a2ab76303459e08ea47 /src/url.c | |
parent | 6ae151b53be4cbbe32d5a067f8d649e36932525c (diff) |
silence the HSTS transformation MSG
Diffstat (limited to 'src/url.c')
-rw-r--r-- | src/url.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |