<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bsc/+/15276">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">lchan_select.c: tune log level in lchan_select_by_type()<br><br>If lchan_select_by_type() fails to find a suitable logical channel,<br>it would print a message using LOGL_ERROR. This can happen if all<br>logical channels of the requested type are busy, thus it is not a<br>error. Let's use LOGL_NOTICE for that.<br><br>Change-Id: I9b45852116253e5237b779a91bed8b800758360e<br>---<br>M src/osmo-bsc/lchan_select.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-bsc refs/changes/76/15276/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/osmo-bsc/lchan_select.c b/src/osmo-bsc/lchan_select.c</span><br><span>index 6df3b4a..d63db22 100644</span><br><span>--- a/src/osmo-bsc/lchan_select.c</span><br><span>+++ b/src/osmo-bsc/lchan_select.c</span><br><span>@@ -234,7 +234,7 @@</span><br><span>               lchan->type = type;</span><br><span>               LOG_LCHAN(lchan, LOGL_INFO, "Selected\n");</span><br><span>         } else</span><br><span style="color: hsl(0, 100%, 40%);">-          LOG_BTS(bts, DRLL, LOGL_ERROR, "Failed to select %s channel\n",</span><br><span style="color: hsl(120, 100%, 40%);">+             LOG_BTS(bts, DRLL, LOGL_NOTICE, "Failed to select %s channel\n",</span><br><span>                   gsm_lchant_name(type));</span><br><span> </span><br><span>  return lchan;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bsc/+/15276">change 15276</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-bsc/+/15276"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-bsc </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I9b45852116253e5237b779a91bed8b800758360e </div>
<div style="display:none"> Gerrit-Change-Number: 15276 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: fixeria <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>