Change in osmo-iuh[master]: osmo-hnbgw: set a proper talloc ctx for logging

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/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Wed Mar 6 14:07:56 UTC 2019


Neels Hofmeyr has uploaded this change for review. ( https://gerrit.osmocom.org/13145


Change subject: osmo-hnbgw: set a proper talloc ctx for logging
......................................................................

osmo-hnbgw: set a proper talloc ctx for logging

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



  git pull ssh://gerrit.osmocom.org:29418/osmo-iuh refs/changes/45/13145/1

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

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

Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I006103d8d7fb15e2612fff619879940d8405e045
Gerrit-Change-Number: 13145
Gerrit-PatchSet: 1
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190306/06900c3f/attachment.htm>


More information about the gerrit-log mailing list