Change in gapk[master]: app_osmo_gapk.c: use recommended osmo_init_logging2()

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Vadim Yanitskiy gerrit-no-reply at lists.osmocom.org
Fri Jun 29 13:54:17 UTC 2018


Vadim Yanitskiy has uploaded this change for review. ( https://gerrit.osmocom.org/9784


Change subject: app_osmo_gapk.c: use recommended osmo_init_logging2()
......................................................................

app_osmo_gapk.c: use recommended osmo_init_logging2()

The osmo_init_logging() was deprecated.

Change-Id: Ic30a924571feb273274587998e87c86b688c3544
---
M src/app_osmo_gapk.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/gapk refs/changes/84/9784/1

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

-- 
To view, visit https://gerrit.osmocom.org/9784
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: gapk
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic30a924571feb273274587998e87c86b688c3544
Gerrit-Change-Number: 9784
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180629/b9c549bd/attachment.htm>


More information about the gerrit-log mailing list