mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-19 18:52:39 +03:00
set debug text to correct level
This commit is contained in:
parent
fac20e8d38
commit
614a563d2f
@ -289,7 +289,7 @@ add_builtin_icon(const char *prefix, const char *name, int x, int y)
|
||||
snprintf(resname, resnamelen, "icons%s/%s.png", prefix, name);
|
||||
|
||||
res = nsgdk_pixbuf_new_from_resname(resname, &pixbuf);
|
||||
NSLOG(netsurf, WARNING, "%d %s", res, resname);
|
||||
NSLOG(netsurf, DEEPDEBUG, "%d %s", res, resname);
|
||||
free(resname);
|
||||
if (res != NSERROR_OK) {
|
||||
pixbuf = gdk_pixbuf_new(GDK_COLORSPACE_RGB, false, 8, x, y);
|
||||
|
Loading…
Reference in New Issue
Block a user