From 614a563d2f16703b96e18e6c65cdb2765efdbaac Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 1 Dec 2019 21:49:20 +0000 Subject: set debug text to correct level --- frontends/gtk/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/gtk') diff --git a/frontends/gtk/gui.c b/frontends/gtk/gui.c index c65c360fb..3cfcd5cb1 100644 --- a/frontends/gtk/gui.c +++ b/frontends/gtk/gui.c @@ -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); -- cgit v1.2.3