From a4da4612c283531e16558412bf45a527ceb1d9f2 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 6 May 2019 13:04:01 +0100 Subject: Logging: Bump lwc leak exit report to WARNING level. --- desktop/netsurf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/netsurf.c') 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)); } -- cgit v1.2.3