diff options
author | Greg Watson <jarrah@users.sourceforge.net> | 2003-07-23 21:36:12 +0000 |
---|---|---|
committer | Greg Watson <jarrah@users.sourceforge.net> | 2003-07-23 21:36:12 +0000 |
commit | c99bd5f38fed81bfda8ad974aeaa04c21ffe40ab (patch) | |
tree | 7d551f473c6755542d3f3a2ab3530fbccce02ed7 | |
parent | 7100d67ae8344f6a3e9454fcf1f87243b66b1041 (diff) |
allow logging at spew level
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1018 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r-- | src/config/Options.lb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index 60bdd23b4d..b0b570233e 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -332,7 +332,7 @@ define DEFAULT_CONSOLE_LOGLEVEL end define MAXIMUM_CONSOLE_LOGLEVEL - default 7 + default 8 export always comment "Error messages up to this level can be printed" end |