From 5e1f4c406d63139e2eff1fbd004e4f33b0ad20d1 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 5 May 2019 20:39:26 +0100 Subject: data url handler: drop logging to DEEPDEBUG. --- content/fetchers/data.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content') diff --git a/content/fetchers/data.c b/content/fetchers/data.c index 7077dd9f3..8c04bcfea 100644 --- a/content/fetchers/data.c +++ b/content/fetchers/data.c @@ -142,7 +142,7 @@ static bool fetch_data_process(struct fetch_data_context *c) * data must still be there. */ - NSLOG(netsurf, INFO, "url: %.140s", nsurl_access(c->url)); + NSLOG(netsurf, DEEPDEBUG, "url: %.140s", nsurl_access(c->url)); if (nsurl_length(c->url) < 6) { /* 6 is the minimum possible length (data:,) */ -- cgit v1.2.3