aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2019-03-04 22:30:20 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2019-03-04 22:41:14 +0100
commitf8d5f37c206c7a89c56c3259dc0d83399044f87a (patch)
treeba5d8bc425ece696cbee1e755a6fe275c315795c
parent3c839966b6153a329d54aadc641d6fe6d3afa84f (diff)
osmo-hnbgw: set a proper talloc ctx for logging
-rw-r--r--src/hnbgw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hnbgw.c b/src/hnbgw.c
index 31498cd..fa655ae 100644
--- a/src/hnbgw.c
+++ b/src/hnbgw.c
@@ -527,7 +527,7 @@ int main(int argc, char **argv)
g_hnb_gw = hnb_gw_create(tall_hnb_ctx);
g_hnb_gw->config.rnc_id = 23;
- rc = osmo_init_logging(&hnbgw_log_info);
+ rc = osmo_init_logging2(tall_hnb_ctx, &hnbgw_log_info);
if (rc < 0)
exit(1);