aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tx_power/tx_power_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tx_power/tx_power_test.c')
-rw-r--r--tests/tx_power/tx_power_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tx_power/tx_power_test.c b/tests/tx_power/tx_power_test.c
index a47d186c..ad3f68ce 100644
--- a/tests/tx_power/tx_power_test.c
+++ b/tests/tx_power/tx_power_test.c
@@ -211,7 +211,7 @@ int main(int argc, char **argv)
tall_bts_ctx = talloc_named_const(NULL, 1, "OsmoBTS context");
msgb_talloc_ctx_init(tall_bts_ctx, 0);
- bts_log_init(NULL);
+ osmo_init_logging2(tall_bts_ctx, &bts_log_info);
osmo_stderr_target->categories[DL1C].loglevel = LOGL_DEBUG;
log_set_print_filename(osmo_stderr_target, 0);