From 71225624f6f227f479a423f93d966ac0480de042 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 5 Sep 2017 14:08:48 +0100 Subject: update fetch debug logging to use catagory --- utils/log.c | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/log.c') diff --git a/utils/log.c b/utils/log.c index 834a3e933..db90cbf18 100644 --- a/utils/log.c +++ b/utils/log.c @@ -93,6 +93,7 @@ static const char *nslog_gettime(void) NSLOG_DEFINE_CATEGORY(netsurf, "NetSurf default logging"); NSLOG_DEFINE_CATEGORY(llcache, "Low level cache"); +NSLOG_DEFINE_CATEGORY(fetch, "objet fetching"); static void netsurf_render_log(void *_ctx, -- cgit v1.2.3