aboutsummaryrefslogtreecommitdiffstats
path: root/src/app_osmo_gapk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/app_osmo_gapk.c')
-rw-r--r--src/app_osmo_gapk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app_osmo_gapk.c b/src/app_osmo_gapk.c
index 729ea25..a4b93ef 100644
--- a/src/app_osmo_gapk.c
+++ b/src/app_osmo_gapk.c
@@ -716,7 +716,7 @@ int main(int argc, char *argv[])
osmo_gapk_set_talloc_ctx(app_root_ctx);
/* Init Osmocom logging framework */
- osmo_init_logging(&gapk_log_info);
+ osmo_init_logging2(app_root_ctx, &gapk_log_info);
/* and GAPK logging wrapper */
osmo_gapk_log_init(DAPP);