<p>Neels Hofmeyr has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/13145">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">osmo-hnbgw: set a proper talloc ctx for logging<br><br>Change-Id: I006103d8d7fb15e2612fff619879940d8405e045<br>---<br>M src/hnbgw.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-iuh refs/changes/45/13145/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/hnbgw.c b/src/hnbgw.c</span><br><span>index 31498cd..fa655ae 100644</span><br><span>--- a/src/hnbgw.c</span><br><span>+++ b/src/hnbgw.c</span><br><span>@@ -527,7 +527,7 @@</span><br><span>        g_hnb_gw = hnb_gw_create(tall_hnb_ctx);</span><br><span>      g_hnb_gw->config.rnc_id = 23;</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-    rc = osmo_init_logging(&hnbgw_log_info);</span><br><span style="color: hsl(120, 100%, 40%);">+  rc = osmo_init_logging2(tall_hnb_ctx, &hnbgw_log_info);</span><br><span>  if (rc < 0)</span><br><span>               exit(1);</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/13145">change 13145</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/13145"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-iuh </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I006103d8d7fb15e2612fff619879940d8405e045 </div>
<div style="display:none"> Gerrit-Change-Number: 13145 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Neels Hofmeyr <nhofmeyr@sysmocom.de> </div>