aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/subscr/bsc_subscr_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/tests/subscr/bsc_subscr_test.c')
-rw-r--r--openbsc/tests/subscr/bsc_subscr_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/tests/subscr/bsc_subscr_test.c b/openbsc/tests/subscr/bsc_subscr_test.c
index 20ce07dfc..cbe635e08 100644
--- a/openbsc/tests/subscr/bsc_subscr_test.c
+++ b/openbsc/tests/subscr/bsc_subscr_test.c
@@ -114,7 +114,7 @@ int main()
{
printf("Testing BSC subscriber core code.\n");
osmo_init_logging(&log_info);
- log_set_print_filename(osmo_stderr_target, 0);
+ log_set_print_filename2(osmo_stderr_target, LOG_FILENAME_NONE);
log_set_print_timestamp(osmo_stderr_target, 0);
log_set_use_color(osmo_stderr_target, 0);
log_set_print_category(osmo_stderr_target, 1);