<p>Max has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/11910">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">ctrl: print textual error on IPA parsing failure<br><br>Change-Id: I49bb613b416d549f554fd9d23cd37b63954324db<br>---<br>M src/ctrl/control_if.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/libosmocore refs/changes/10/11910/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/ctrl/control_if.c b/src/ctrl/control_if.c</span><br><span>index ed18a2f..093fb24 100644</span><br><span>--- a/src/ctrl/control_if.c</span><br><span>+++ b/src/ctrl/control_if.c</span><br><span>@@ -360,7 +360,7 @@</span><br><span>             * nothing left to do now. */</span><br><span>                return 0;</span><br><span>    } else if (ret < 0) {</span><br><span style="color: hsl(0, 100%, 40%);">-                LOGP(DLCTRL, LOGL_ERROR, "Failed to parse ip access message: %d\n", ret);</span><br><span style="color: hsl(120, 100%, 40%);">+           LOGP(DLCTRL, LOGL_ERROR, "Failed to parse ip access message: %s\n", strerror(-ret));</span><br><span>               return 0;</span><br><span>    }</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/11910">change 11910</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/11910"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libosmocore </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I49bb613b416d549f554fd9d23cd37b63954324db </div>
<div style="display:none"> Gerrit-Change-Number: 11910 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Max <msuraev@sysmocom.de> </div>