<p>pespin has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/libosmo-abis/+/18729">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">e1_input: Fix trailing whitespace<br><br>Change-Id: I6046b694202da3de4c31a84836f67dc43fe77be9<br>---<br>M src/e1_input.c<br>1 file changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/libosmo-abis refs/changes/29/18729/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/e1_input.c b/src/e1_input.c</span><br><span>index b3341e7..3ab33b8 100644</span><br><span>--- a/src/e1_input.c</span><br><span>+++ b/src/e1_input.c</span><br><span>@@ -453,7 +453,7 @@</span><br><span> {</span><br><span>  int old_refcnt = line->refcnt++;</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">- LOGPIL(line, DLINP, LOGL_DEBUG, "Line '%s' (%p) reference count get: %d -> %d\n",</span><br><span style="color: hsl(120, 100%, 40%);">+        LOGPIL(line, DLINP, LOGL_ERROR, "Line '%s' (%p) reference count get: %d -> %d\n",</span><br><span>            line->name, line, old_refcnt, line->refcnt);</span><br><span> }</span><br><span> </span><br><span>@@ -461,7 +461,7 @@</span><br><span> {</span><br><span>  int old_refcnt = line->refcnt--;</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">- LOGPIL(line, DLINP, LOGL_DEBUG, "Line '%s' (%p) reference count put: %d -> %d\n",</span><br><span style="color: hsl(120, 100%, 40%);">+        LOGPIL(line, DLINP, LOGL_ERROR, "Line '%s' (%p) reference count put: %d -> %d\n",</span><br><span>            line->name, line, old_refcnt, line->refcnt);</span><br><span> </span><br><span>  if (line->refcnt == 0) {</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/libosmo-abis/+/18729">change 18729</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-abis/+/18729"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libosmo-abis </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I6046b694202da3de4c31a84836f67dc43fe77be9 </div>
<div style="display:none"> Gerrit-Change-Number: 18729 </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>