log: Make logging thread-safe

This commit is contained in:
Thiago de Arruda
2015-09-01 09:56:40 -03:00
parent 9ec240e03f
commit 2a0ff9f5cf
3 changed files with 26 additions and 2 deletions

View File

@@ -177,6 +177,7 @@ void event_teardown(void)
/// Needed for unit tests. Must be called after `time_init()`.
void early_init(void)
{
log_init();
fs_init();
handle_init();