summaryrefslogtreecommitdiff
path: root/content/fetchers
diff options
context:
space:
mode:
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 80b48b0e4..383e3c0c5 100644
--- a/content/fetchers/data.c
+++ b/content/fetchers/data.c
@@ -154,7 +154,7 @@ static bool fetch_data_process(struct fetch_data_context *c)
* data must still be there.
*/
- LOG(("*** Processing %s", c->url));
+ LOG(("url: %.140s", c->url));
if (strlen(c->url) < 6) {
/* 6 is the minimum possible length (data:,) */