use osmo_init_logging2() to avoid allocating from NULL context

This requires libosmocore I216837780e9405fdaec8059c63d10699c695b360 or
later to work.

Change-Id: Id704689c9ad35a0db97aedae014e8b36eb1f86e2
This commit is contained in:
Harald Welte 2018-04-15 22:14:50 +02:00
parent 6369f30c4d
commit 11a0de04b6
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ int main(int argc, char **argv)
/* initialize osmocom */
tall_mncc_ctx = talloc_named_const(NULL, 0, "MNCC CTX");
osmo_init_ignore_signals();
osmo_init_logging(&mncc_sip_info);
osmo_init_logging2(tall_mncc_ctx, &mncc_sip_info);
osmo_stats_init(tall_mncc_ctx);
mncc_sip_vty_init();