Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/c47cc0888327d2d820b500ad31c17c932a94709a
...commit
http://git.netsurf-browser.org/netsurf.git/commit/c47cc0888327d2d820b500ad31c17c932a94709a
...tree
http://git.netsurf-browser.org/netsurf.git/tree/c47cc0888327d2d820b500ad31c17c932a94709a
The branch, master has been updated
via c47cc0888327d2d820b500ad31c17c932a94709a (commit)
from 13a5b8f74a9024953a27e4c34740d05e9a4e3e8e (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=c47cc0888327d2d820b500ad31c17c932a94709a
commit c47cc0888327d2d820b500ad31c17c932a94709a
Author: Daniel Silverstone <[email protected]>
Commit: Daniel Silverstone <[email protected]>
Ensure we set the defaults for the log options to those compiled in
Signed-off-by: Daniel Silverstone <[email protected]>
diff --git a/desktop/options.h b/desktop/options.h
index 9b7064e..9ae2b5e 100644
--- a/desktop/options.h
+++ b/desktop/options.h
@@ -291,6 +291,6 @@ NSOPTION_COLOUR(sys_colour_WindowFrame, 0x004e4e4e)
NSOPTION_COLOUR(sys_colour_WindowText, 0x00000000)
/** Filter for non-verbose logging */
-NSOPTION_STRING(log_filter, "level:WARNING")
+NSOPTION_STRING(log_filter, NETSURF_BUILTIN_LOG_FILTER)
/** Filter for verbose logging */
-NSOPTION_STRING(verbose_filter, "level:VERBOSE")
+NSOPTION_STRING(verbose_filter, NETSURF_BUILTIN_VERBOSE_FILTER)
-----------------------------------------------------------------------
Summary of changes:
desktop/options.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/desktop/options.h b/desktop/options.h
index 9b7064e..9ae2b5e 100644
--- a/desktop/options.h
+++ b/desktop/options.h
@@ -291,6 +291,6 @@ NSOPTION_COLOUR(sys_colour_WindowFrame, 0x004e4e4e)
NSOPTION_COLOUR(sys_colour_WindowText, 0x00000000)
/** Filter for non-verbose logging */
-NSOPTION_STRING(log_filter, "level:WARNING")
+NSOPTION_STRING(log_filter, NETSURF_BUILTIN_LOG_FILTER)
/** Filter for verbose logging */
-NSOPTION_STRING(verbose_filter, "level:VERBOSE")
+NSOPTION_STRING(verbose_filter, NETSURF_BUILTIN_VERBOSE_FILTER)
--
NetSurf Browser
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org