From b10c480d9926378f20521c97f120a6895c09a53b Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Mon, 5 Mar 2018 05:31:14 +0100 Subject: ctx cleanups WIP Change-Id: I970c6f8a0e36a8b63e42349dbc92baff649e5cef --- src/osmo-bsc/osmo_bsc_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/osmo-bsc/osmo_bsc_main.c') diff --git a/src/osmo-bsc/osmo_bsc_main.c b/src/osmo-bsc/osmo_bsc_main.c index af8f83dae..ebf6a2ea3 100644 --- a/src/osmo-bsc/osmo_bsc_main.c +++ b/src/osmo-bsc/osmo_bsc_main.c @@ -415,7 +415,7 @@ int main(int argc, char **argv) tall_tqe_ctx = talloc_named_const(tall_bsc_ctx, 0, "subch_txq_entry"); tall_ctr_ctx = talloc_named_const(tall_bsc_ctx, 0, "counter"); - osmo_init_logging(&log_info); + osmo_init_logging2(&log_info, tall_bsc_ctx); osmo_stats_init(tall_bsc_ctx); /* Allocate global gsm_network struct */ -- cgit v1.2.3