summaryrefslogtreecommitdiff
path: root/utils/log.c
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2019-02-17 11:32:48 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2019-02-17 11:32:48 +0000
commitf64da1abda3d39fc3e76d49ef111d6f0c71469c0 (patch)
tree980b5d39db8e86486eafd8cad4240da061239d1b /utils/log.c
parente1a3e0427f7166bf0e1c85520080bb75c6ee24c1 (diff)
downloadnetsurf-f64da1abda3d39fc3e76d49ef111d6f0c71469c0.tar.gz
netsurf-f64da1abda3d39fc3e76d49ef111d6f0c71469c0.tar.bz2
LOG: Add a dukky logging category
For better logging separation, add a dukky logging category Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to 'utils/log.c')
-rw-r--r--utils/log.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/log.c b/utils/log.c
index e267b3179..412e12fb0 100644
--- a/utils/log.c
+++ b/utils/log.c
@@ -99,6 +99,7 @@ NSLOG_DEFINE_CATEGORY(plot, "rendering system");
NSLOG_DEFINE_CATEGORY(schedule, "scheduler");
NSLOG_DEFINE_CATEGORY(fbtk, "Framebuffer toolkit");
NSLOG_DEFINE_CATEGORY(layout, "Layout");
+NSLOG_DEFINE_CATEGORY(dukky, "Duktape JavaScript Binding");
static void
netsurf_render_log(void *_ctx,