aboutsummaryrefslogtreecommitdiff
path: root/src/url.c
diff options
context:
space:
mode:
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 8b35a9e4..7cd09103 100644
--- a/src/url.c
+++ b/src/url.c
@@ -702,7 +702,7 @@ static uint_t Url_host_public_internal_dots(const char *host)
for (i = 0; i < tld_num; i++) {
if (strlen(tlds[i]) == (uint_t) tld_len &&
!dStrncasecmp(tlds[i], host + start, tld_len)) {
- MSG("TLD code matched %s\n", tlds[i]);
+ _MSG("TLD code matched %s\n", tlds[i]);
ret++;
break;
}