summaryrefslogtreecommitdiff
path: root/utils/log.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2017-09-06 18:23:14 +0100
committerVincent Sanders <vince@kyllikki.org>2017-09-06 18:45:35 +0100
commitb346790cf67d5bda40ed06c035f02d0af414361a (patch)
tree9a8897d0bb0a95e8a2e2d44f72ee79201e0f9ffb /utils/log.h
parent71225624f6f227f479a423f93d966ac0480de042 (diff)
downloadnetsurf-b346790cf67d5bda40ed06c035f02d0af414361a.tar.gz
netsurf-b346790cf67d5bda40ed06c035f02d0af414361a.tar.bz2
update plotter logging to use a catagory
Diffstat (limited to 'utils/log.h')
-rw-r--r--utils/log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/log.h b/utils/log.h
index eee469255..247624769 100644
--- a/utils/log.h
+++ b/utils/log.h
@@ -59,6 +59,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);
+NSLOG_DECLARE_CATEGORY(plot);
#else /* WITH_NSLOG */