<p>pespin has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/libosmo-netif/+/15673">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">osmux: squash LOGP message to one line<br><br>It seems different compiler versions (jenkins and my workstation) are<br>generating different line number for that message, and it makes osmux_test<br>fail when improving logging on next commit.<br><br>Change-Id: Ie2bb0ecf4cc165b9a1080e2558b33ba37014278c<br>---<br>M src/osmux.c<br>1 file changed, 1 insertion(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/libosmo-netif refs/changes/73/15673/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/osmux.c b/src/osmux.c</span><br><span>index 9d058b0..c43c3eb 100644</span><br><span>--- a/src/osmux.c</span><br><span>+++ b/src/osmux.c</span><br><span>@@ -366,8 +366,7 @@</span><br><span>              if (rtph == NULL)</span><br><span>                    return -1;</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-          LOGP(DLMUX, LOGL_DEBUG, "Batch is full for RTP "</span><br><span style="color: hsl(0, 100%, 40%);">-                                      "ssrc=%u\n", rtph->ssrc);</span><br><span style="color: hsl(120, 100%, 40%);">+                LOGP(DLMUX, LOGL_DEBUG, "Batch is full for RTP sssrc=%u\n", rtph->ssrc);</span><br><span>                return -1;</span><br><span>   }</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/libosmo-netif/+/15673">change 15673</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/c/libosmo-netif/+/15673"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libosmo-netif </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Ie2bb0ecf4cc165b9a1080e2558b33ba37014278c </div>
<div style="display:none"> Gerrit-Change-Number: 15673 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>