e1_recorder: Avoid deprecated osmo_init_logging() API

Change-Id: Ib0e7c90eb8049acd48d6b3cf32ec2fc2c7a2ef29
This commit is contained in:
Harald Welte 2019-12-04 14:14:54 +01:00
parent 54fc223ab9
commit 45e12d3f8e
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ int main(int argc, char **argv)
rec_tall_ctx = talloc_named_const(NULL, 0, "recorder");
osmo_init_logging(&info);
osmo_init_logging2(rec_tall_ctx, &info);
vty_init(&vty_info);
logging_vty_add_cmds(&info);
osmo_signal_register_handler(SS_L_INPUT, inp_sig_cb, NULL);