summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2019-05-06 13:04:01 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2019-05-06 13:06:22 +0100
commita4da4612c283531e16558412bf45a527ceb1d9f2 (patch)
treed602670ef7fbd78fcfd5f4a5b291c353c23a9f06 /desktop
parentcdc77136621a67396b08eba0cacf6bfc6f79b809 (diff)
downloadnetsurf-a4da4612c283531e16558412bf45a527ceb1d9f2.tar.gz
netsurf-a4da4612c283531e16558412bf45a527ceb1d9f2.tar.bz2
Logging: Bump lwc leak exit report to WARNING level.
Diffstat (limited to 'desktop')
-rw-r--r--desktop/netsurf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/netsurf.c b/desktop/netsurf.c
index 8785a98a8..73c91ea88 100644
--- a/desktop/netsurf.c
+++ b/desktop/netsurf.c
@@ -90,7 +90,7 @@
static void netsurf_lwc_iterator(lwc_string *str, void *pw)
{
- NSLOG(netsurf, INFO, "[%3u] %.*s", str->refcnt,
+ NSLOG(netsurf, WARNING, "[%3u] %.*s", str->refcnt,
(int)lwc_string_length(str), lwc_string_data(str));
}