<p>laforge <strong>submitted</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-mgw/+/18214">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">rtp_bridge: Demote a chatty ERROR log message to DEBUG level.<br><br>Not having a second leg of an MGCP endpoint is a normal situtation<br>and can't be treated as an ERROR message, especially not as an ERROR<br>message logged on every RTP packet. This happens routinely at<br>the beginning of call setup and we get tens of ERROR messages in<br>the logs for every call.<br><br>Change-Id: If741a742208772bda4e59236345d7ae650368d5a<br>---<br>M src/libosmo-mgcp/mgcp_network.c<br>1 file changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/libosmo-mgcp/mgcp_network.c b/src/libosmo-mgcp/mgcp_network.c</span><br><span>index 1cca60a..608a93b 100644</span><br><span>--- a/src/libosmo-mgcp/mgcp_network.c</span><br><span>+++ b/src/libosmo-mgcp/mgcp_network.c</span><br><span>@@ -1310,8 +1310,8 @@</span><br><span> </span><br><span>      /* There is no destination conn, stop here */</span><br><span>        if (!conn_dst) {</span><br><span style="color: hsl(0, 100%, 40%);">-                LOGPCONN(conn, DRTP, LOGL_ERROR,</span><br><span style="color: hsl(0, 100%, 40%);">-                         "unable to find destination conn\n");</span><br><span style="color: hsl(120, 100%, 40%);">+              LOGPCONN(conn, DRTP, LOGL_DEBUG,</span><br><span style="color: hsl(120, 100%, 40%);">+                       "no connection to forward an incoming RTP packet to\n");</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/osmo-mgw/+/18214">change 18214</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/osmo-mgw/+/18214"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-mgw </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: If741a742208772bda4e59236345d7ae650368d5a </div>
<div style="display:none"> Gerrit-Change-Number: 18214 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: ipse <Alexander.Chemeris@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>