summaryrefslogtreecommitdiff
path: root/frontends/gtk/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/gtk/gui.c')
-rw-r--r--frontends/gtk/gui.c2
1 files changed, 1 insertions, 1 deletions
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);