summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/log.c1
-rw-r--r--utils/log.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/utils/log.c b/utils/log.c
index db90cbf18..8630d87a4 100644
--- a/utils/log.c
+++ b/utils/log.c
@@ -94,6 +94,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");
+NSLOG_DEFINE_CATEGORY(plot, "rendering system");
static void
netsurf_render_log(void *_ctx,
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 */