diff options
Diffstat (limited to 'tests/logging/logging_vty_test.c')
-rw-r--r-- | tests/logging/logging_vty_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/logging/logging_vty_test.c b/tests/logging/logging_vty_test.c index 30426f39..e7019f61 100644 --- a/tests/logging/logging_vty_test.c +++ b/tests/logging/logging_vty_test.c @@ -241,6 +241,7 @@ int main(int argc, char **argv) vty_init(&vty_info); osmo_init_logging2(root_ctx, &log_info); + log_enable_multithread(); vty_commands_init(); |