osmo-hnbgw: set a proper talloc ctx for logging

Change-Id: I006103d8d7fb15e2612fff619879940d8405e045
This commit is contained in:
Neels Hofmeyr 2019-03-04 22:30:20 +01:00
parent 3c839966b6
commit f8d5f37c20
1 changed files with 1 additions and 1 deletions

View File

@ -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);