aboutsummaryrefslogtreecommitdiffstats
path: root/tests/channel/channel_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/channel/channel_test.c')
-rw-r--r--tests/channel/channel_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/channel/channel_test.c b/tests/channel/channel_test.c
index 78db1d4e3..e8f6cd921 100644
--- a/tests/channel/channel_test.c
+++ b/tests/channel/channel_test.c
@@ -98,7 +98,7 @@ static const struct log_info log_info = {
int main(int argc, char **argv)
{
- osmo_init_logging(&log_info);
+ osmo_init_logging2(NULL, &log_info);
test_dyn_ts_subslots();
test_bts_debug_print();