summaryrefslogtreecommitdiff
path: root/frontends/gtk/gdk.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/gtk/gdk.c')
-rw-r--r--frontends/gtk/gdk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/gtk/gdk.c b/frontends/gtk/gdk.c
index 9ed90bd8e..fd82af5b2 100644
--- a/frontends/gtk/gdk.c
+++ b/frontends/gtk/gdk.c
@@ -86,7 +86,7 @@ nsgdk_pixbuf_get_from_surface(cairo_surface_t *surface, int scwidth, int scheigh
if (cairo_surface_status(scsurface) != CAIRO_STATUS_SUCCESS) {
cairo_surface_destroy(scsurface);
g_object_unref(pixbuf);
- LOG("Surface creation failed");
+ NSLOG(netsurf, INFO, "Surface creation failed");
return NULL;
}