From 5d6f189d8bb723201d44a0d4f35d93ffb6a00a54 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 7 Sep 2017 18:12:09 +0100 Subject: Fixup everything the semantic patch missed --- frontends/gtk/layout_pango.c | 7 ++++--- frontends/gtk/resources.c | 5 +++-- 2 files changed, 7 insertions(+), 5 deletions(-) (limited to 'frontends/gtk') diff --git a/frontends/gtk/layout_pango.c b/frontends/gtk/layout_pango.c index 300278648..9e17c3b1c 100644 --- a/frontends/gtk/layout_pango.c +++ b/frontends/gtk/layout_pango.c @@ -84,9 +84,10 @@ nsfont_width(const plot_font_style_t *fstyle, pango_layout_get_pixel_size(nsfont_pango_layout, width, 0); - /* LOG("fstyle: %p string:\"%.*s\", length: %u, width: %dpx", - fstyle, length, string, length, *width); - */ + NSLOG(netsurf, DEEPDEBUG, + "fstyle: %p string:\"%.*s\", length: %u, width: %dpx", + fstyle, length, string, length, *width); + return NSERROR_OK; } diff --git a/frontends/gtk/resources.c b/frontends/gtk/resources.c index c07548b01..0f0d180e0 100644 --- a/frontends/gtk/resources.c +++ b/frontends/gtk/resources.c @@ -202,7 +202,8 @@ init_resource(char **respath, struct nsgtk_resource_s *resource) resource->path); return NSERROR_OK; } - /*LOG("gresource \"%s\" not found", resname);*/ + NSLOG(netsurf, DEEPDEBUG, + "gresource \"%s\" not found", resname); free(resname); langc++; @@ -226,7 +227,7 @@ init_resource(char **respath, struct nsgtk_resource_s *resource) resource->path); return NSERROR_OK; } - /*LOG("gresource \"%s\" not found", resname);*/ + NSLOG(netsurf, DEEPDEBUG, "gresource \"%s\" not found", resname);*/ free(resname); #endif -- cgit v1.2.3