summaryrefslogtreecommitdiff
path: root/content/fetchers
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2019-05-05 20:39:26 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2019-05-05 20:39:26 +0100
commit5e1f4c406d63139e2eff1fbd004e4f33b0ad20d1 (patch)
tree634ccb6c4766f6d9700571ad97e5917e55a17196 /content/fetchers
parentfb1d9862f993861a13224f80e0aaae696476fa05 (diff)
downloadnetsurf-5e1f4c406d63139e2eff1fbd004e4f33b0ad20d1.tar.gz
netsurf-5e1f4c406d63139e2eff1fbd004e4f33b0ad20d1.tar.bz2
data url handler: drop logging to DEEPDEBUG.
Diffstat (limited to 'content/fetchers')
-rw-r--r--content/fetchers/data.c2
1 files changed, 1 insertions, 1 deletions
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:,) */