Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/5e1f4c406d63139e2eff1fbd004e4f33b0ad20d1
...commit
http://git.netsurf-browser.org/netsurf.git/commit/5e1f4c406d63139e2eff1fbd004e4f33b0ad20d1
...tree
http://git.netsurf-browser.org/netsurf.git/tree/5e1f4c406d63139e2eff1fbd004e4f33b0ad20d1
The branch, master has been updated
via 5e1f4c406d63139e2eff1fbd004e4f33b0ad20d1 (commit)
from fb1d9862f993861a13224f80e0aaae696476fa05 (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=5e1f4c406d63139e2eff1fbd004e4f33b0ad20d1
commit 5e1f4c406d63139e2eff1fbd004e4f33b0ad20d1
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>
data url handler: drop logging to DEEPDEBUG.
diff --git a/content/fetchers/data.c b/content/fetchers/data.c
index 7077dd9..8c04bcf 100644
--- a/content/fetchers/data.c
+++ b/content/fetchers/data.c
@@ -142,7 +142,7 @@ static bool fetch_data_process(struct fetch_data_context *c)
* data must still be there.
*/
- NSLOG(netsurf, INFO, "url: %.140s", nsurl_access(c->url));
+ NSLOG(netsurf, DEEPDEBUG, "url: %.140s", nsurl_access(c->url));
if (nsurl_length(c->url) < 6) {
/* 6 is the minimum possible length (data:,) */
-----------------------------------------------------------------------
Summary of changes:
content/fetchers/data.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/fetchers/data.c b/content/fetchers/data.c
index 7077dd9..8c04bcf 100644
--- a/content/fetchers/data.c
+++ b/content/fetchers/data.c
@@ -142,7 +142,7 @@ static bool fetch_data_process(struct fetch_data_context *c)
* data must still be there.
*/
- NSLOG(netsurf, INFO, "url: %.140s", nsurl_access(c->url));
+ NSLOG(netsurf, DEEPDEBUG, "url: %.140s", nsurl_access(c->url));
if (nsurl_length(c->url) < 6) {
/* 6 is the minimum possible length (data:,) */
--
NetSurf Browser
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org