aboutsummaryrefslogtreecommitdiffstats
path: root/tests/CommonLibs/LogTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/CommonLibs/LogTest.cpp')
-rw-r--r--tests/CommonLibs/LogTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CommonLibs/LogTest.cpp b/tests/CommonLibs/LogTest.cpp
index 973e5b2..f203706 100644
--- a/tests/CommonLibs/LogTest.cpp
+++ b/tests/CommonLibs/LogTest.cpp
@@ -59,7 +59,7 @@ int main(int argc, char *argv[])
osmo_init_logging2(tall_ctx, &linfo);
log_set_use_color(osmo_stderr_target, 0);
- log_set_print_filename(osmo_stderr_target, 0);
+ log_set_print_filename2(osmo_stderr_target, LOG_FILENAME_NONE);
log_set_print_level(osmo_stderr_target, 1);
log_set_print_category(osmo_stderr_target, 0);
log_set_print_category_hex(osmo_stderr_target, 0);