<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bts/+/25605">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">trx_sched_set_lchan(): use LOGL_INFO for logging messages<br><br>There is no need to log channel activation / deactivation messages<br>as LOGL_NOTICE - this is a normal event requiring no attention.<br><br>Change-Id: I7765fecb7f7ec67c8f96e91c378626e21e48c71d<br>---<br>M src/common/scheduler.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-bts refs/changes/05/25605/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/common/scheduler.c b/src/common/scheduler.c</span><br><span>index 0826eda..36eaa68 100644</span><br><span>--- a/src/common/scheduler.c</span><br><span>+++ b/src/common/scheduler.c</span><br><span>@@ -1094,7 +1094,7 @@</span><br><span>                       continue;</span><br><span>            found = true;</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-               LOGPLCHAN(lchan, DL1C, LOGL_NOTICE, "%s %s\n",</span><br><span style="color: hsl(120, 100%, 40%);">+              LOGPLCHAN(lchan, DL1C, LOGL_INFO, "%s %s\n",</span><br><span>                         (active) ? "Activating" : "Deactivating",</span><br><span>                        trx_chan_desc[i].name);</span><br><span>            /* free burst memory, to cleanly start with burst 0 */</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bts/+/25605">change 25605</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-bts/+/25605"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-bts </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I7765fecb7f7ec67c8f96e91c378626e21e48c71d </div>
<div style="display:none"> Gerrit-Change-Number: 25605 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>