MCPcopy Create free account
hub / github.com/coreboot/coreboot / init_log_level

Function init_log_level

src/console/init.c:25–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25static void init_log_level(void)
26{
27 console_loglevel = get_console_loglevel();
28
29 if (!FIRST_CONSOLE)
30 console_loglevel = get_uint_option("debug_level", console_loglevel);
31}
32
33int console_log_level(int msg_level)
34{

Callers 1

console_initFunction · 0.85

Calls 2

get_console_loglevelFunction · 0.50
get_uint_optionFunction · 0.50

Tested by

no test coverage detected