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 7cd09103..acc8aa72 100644
--- a/src/url.c
+++ b/src/url.c
@@ -749,6 +749,6 @@ const char *a_Url_host_find_public_suffix(const char *host)
s--;
}
- MSG("public suffix of %s is %s\n", host, s);
+ _MSG("public suffix of %s is %s\n", host, s);
return s;
}