Hoernchen submitted this change.
3 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
ms: fix blocking logging
Change-Id: I0f5dcb13d1bd9e626e1eeab6ca767ca1b5ae43b8
---
M Transceiver52M/ms/logging.c
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/Transceiver52M/ms/logging.c b/Transceiver52M/ms/logging.c
index 9ee0738..ee59299 100644
--- a/Transceiver52M/ms/logging.c
+++ b/Transceiver52M/ms/logging.c
@@ -76,6 +76,7 @@
void trxc_log_init(void *tallctx)
{
osmo_init_logging2(tallctx, &trxcon_log_info);
+ log_target_file_switch_to_wqueue(osmo_stderr_target);
trxcon_set_log_cfg(&trxcon_log_cfg[0], ARRAY_SIZE(trxcon_log_cfg));
}
To view, visit change 33558. To unsubscribe, or for help writing mail filters, visit settings.