Logging: Bump lwc leak exit report to WARNING level.

This commit is contained in:
Michael Drake 2019-05-06 13:04:01 +01:00
parent cdc7713662
commit a4da4612c2

View File

@ -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));
}