allow logging at spew level

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1018 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Greg Watson 2003-07-23 21:36:12 +00:00
parent 7100d67ae8
commit c99bd5f38f
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ define DEFAULT_CONSOLE_LOGLEVEL
end end
define MAXIMUM_CONSOLE_LOGLEVEL define MAXIMUM_CONSOLE_LOGLEVEL
default 7 default 8
export always export always
comment "Error messages up to this level can be printed" comment "Error messages up to this level can be printed"
end end