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.h | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/log.h') diff --git a/utils/log.h b/utils/log.h index 50ceac0b1..eee469255 100644 --- a/utils/log.h +++ b/utils/log.h @@ -58,6 +58,7 @@ extern nserror nslog_init(nslog_ensure_t *ensure, int *pargc, char **argv); NSLOG_DECLARE_CATEGORY(netsurf); NSLOG_DECLARE_CATEGORY(llcache); +NSLOG_DECLARE_CATEGORY(fetch); #else /* WITH_NSLOG */ -- cgit v1.2.3