mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-19 07:38:28 +00:00
base-*: remove usage of printf
base generic code: * Remove unused verbosity code from mmio framework * Remove escape sequence end heuristic from LOG * replace Core_console with Core_log (no format specifiers) * move test/printf to test/log * remove `printf()` tests from the log test * check for exact match of the log test output base-fiasco: * remove unused Fiasco::print_l4_threadid function base-nova: * remove unused hexdump utility from core base-hw: * remove unused Kernel::Thread::_print_* debug utilities * always print resource summary of core during startup * remove Kernel::Ipc_node::pd_label (not used anymore) base*: * Turn `printf`,`PWRN`, etc. calls into their log equivalents Ref #1987 Fix #2119
This commit is contained in:
committed by
Christian Helmuth
parent
e864e84c5a
commit
2a2e5c2df4
@ -109,7 +109,6 @@ void Genode::call_global_static_constructors() { }
|
||||
|
||||
int main()
|
||||
{
|
||||
Genode::init_log();
|
||||
Genode::bootstrap_component();
|
||||
|
||||
/* never reached */
|
||||
|
Reference in New Issue
Block a user