Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/614a563d2f16703b96e18e6c65cdb2765efdbaac
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/614a563d2f16703b96e18e6c65cdb2765efdbaac
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/614a563d2f16703b96e18e6c65cdb2765efdbaac

The branch, master has been updated
       via  614a563d2f16703b96e18e6c65cdb2765efdbaac (commit)
      from  fac20e8d38b6c05312a349cb05511719201e3f10 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/netsurf.git/commit/?id=614a563d2f16703b96e18e6c65cdb2765efdbaac
commit 614a563d2f16703b96e18e6c65cdb2765efdbaac
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>

    set debug text to correct level

diff --git a/frontends/gtk/gui.c b/frontends/gtk/gui.c
index c65c360..3cfcd5c 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);


-----------------------------------------------------------------------

Summary of changes:
 frontends/gtk/gui.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frontends/gtk/gui.c b/frontends/gtk/gui.c
index c65c360..3cfcd5c 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);


-- 
NetSurf Browser

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to