summaryrefslogtreecommitdiff
path: root/utils/log.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2017-09-07 16:57:58 +0100
committerVincent Sanders <vince@kyllikki.org>2017-09-07 16:57:58 +0100
commit2b0a5ef2e732ed484096b558116d28ac7abbef0a (patch)
treeb96efc0d2cb29494a19033fc02e9bb40d54e4948 /utils/log.h
parent3faaf00ca3e3c6b3ae5e7ec61bc623917f4fb9fe (diff)
downloadnetsurf-2b0a5ef2e732ed484096b558116d28ac7abbef0a.tar.gz
netsurf-2b0a5ef2e732ed484096b558116d28ac7abbef0a.tar.bz2
update framebuffer toolkit logging to use a ctagory
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 3f2f98deb..1dbc9e304 100644
--- a/utils/log.h
+++ b/utils/log.h
@@ -61,6 +61,7 @@ NSLOG_DECLARE_CATEGORY(llcache);
NSLOG_DECLARE_CATEGORY(fetch);
NSLOG_DECLARE_CATEGORY(plot);
NSLOG_DECLARE_CATEGORY(schedule);
+NSLOG_DECLARE_CATEGORY(fbtk);
#else /* WITH_NSLOG */