mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-23 12:36:51 +03:00
Logging: Bump lwc leak exit report to WARNING level.
This commit is contained in:
parent
cdc7713662
commit
a4da4612c2
@ -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));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user