app_osmo_gapk.c: use recommended osmo_init_logging2()

The osmo_init_logging() was deprecated.

Change-Id: Ic30a924571feb273274587998e87c86b688c3544
This commit is contained in:
Vadim Yanitskiy 2018-06-29 20:30:05 +07:00
parent 7bef64f29e
commit 379b657c57
1 changed files with 1 additions and 1 deletions

View File

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