<p>Pau Espin Pedrol has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/13870">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">smpl_buf: Remove dbg log line with duplicated info<br><br>Change-Id: Ia2423707210a364fa6827b92cca087ced99b088b<br>---<br>M Transceiver52M/device/smpl_buf.cpp<br>1 file changed, 4 insertions(+), 4 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/70/13870/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/Transceiver52M/device/smpl_buf.cpp b/Transceiver52M/device/smpl_buf.cpp</span><br><span>index e3c5af5..c21f306 100644</span><br><span>--- a/Transceiver52M/device/smpl_buf.cpp</span><br><span>+++ b/Transceiver52M/device/smpl_buf.cpp</span><br><span>@@ -99,13 +99,13 @@</span><br><span>             return ERROR_TIMESTAMP;</span><br><span> </span><br><span>  if (timestamp < time_end) {</span><br><span style="color: hsl(0, 100%, 40%);">-          LOGC(DDEV, ERR) << "Overwriting old buffer data: timestamp="<<timestamp<<" time_end="<<time_end;</span><br><span style="color: hsl(0, 100%, 40%);">-            LOGC(DDEV, DEBUG) << "Requested timestamp = " << timestamp;</span><br><span style="color: hsl(120, 100%, 40%);">+             LOGC(DDEV, ERR) << "Overwriting old buffer data: timestamp="</span><br><span style="color: hsl(120, 100%, 40%);">+                          << timestamp << " time_end=" << time_end;</span><br><span>                // Do not return error here, because it's a rounding error and is not fatal</span><br><span>      }</span><br><span>    if (timestamp > time_end && time_end != 0) {</span><br><span style="color: hsl(0, 100%, 40%);">-         LOGC(DDEV, ERR) << "Skipping buffer data: timestamp="<<timestamp<<" time_end="<<time_end;</span><br><span style="color: hsl(0, 100%, 40%);">-           LOGC(DDEV, DEBUG) << "Requested timestamp = " << timestamp;</span><br><span style="color: hsl(120, 100%, 40%);">+             LOGC(DDEV, ERR) << "Skipping buffer data: timestamp="</span><br><span style="color: hsl(120, 100%, 40%);">+                         << timestamp << " time_end=" << time_end;</span><br><span>                // Do not return error here, because it's a rounding error and is not fatal</span><br><span>      }</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/13870">change 13870</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/13870"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-trx </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Ia2423707210a364fa6827b92cca087ced99b088b </div>
<div style="display:none"> Gerrit-Change-Number: 13870 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Pau Espin Pedrol <pespin@sysmocom.de> </div>