aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2019-12-04 14:15:16 +0100
committerHarald Welte <laforge@osmocom.org>2019-12-04 14:15:47 +0100
commit1b41abda3d6df5138d6f97cc497d54a6c84d0d63 (patch)
tree1de486d261384ad511ec300eeec24d2d15c9d08c /src
parent45e12d3f8ec82d3a7224504cf72760e8965b6f49 (diff)
e1cap_dump: Avoid deprecated osmo_init_logging() API
Diffstat (limited to 'src')
-rw-r--r--src/e1cap_dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/e1cap_dump.c b/src/e1cap_dump.c
index 68460ab..bcb4916 100644
--- a/src/e1cap_dump.c
+++ b/src/e1cap_dump.c
@@ -288,7 +288,7 @@ int main(int argc, char **argv)
g_sc_state[i].hdlc.out_cb = handle_hdlc_frame_content;
init_flip_bits();
- osmo_init_logging(&log_info);
+ osmo_init_logging2(NULL, &log_info);
handle_options(argc, argv);