summaryrefslogtreecommitdiff
path: root/utils/url.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/url.c')
-rw-r--r--utils/url.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/url.c b/utils/url.c
index 5eb7c97b9..23273a848 100644
--- a/utils/url.c
+++ b/utils/url.c
@@ -77,7 +77,7 @@ url_func_result url_normalize(const char *url, char **result)
if (match[1].rm_so == -1) {
/* scheme missing: add http:// and reparse */
- LOG(("scheme missing: using http"));
+/* LOG(("scheme missing: using http"));*/
if ((*result = malloc(len + 13)) == NULL) {
LOG(("malloc failed"));
return URL_FUNC_NOMEM;