summaryrefslogtreecommitdiff
path: root/desktop/netsurf.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/netsurf.c')
-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));
}