Change in libosmo-abis[master]: e1_input: Fix trailing whitespace

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Mon Jun 8 18:41:12 UTC 2020


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-abis/+/18729 )


Change subject: e1_input: Fix trailing whitespace
......................................................................

e1_input: Fix trailing whitespace

Change-Id: I6046b694202da3de4c31a84836f67dc43fe77be9
---
M src/e1_input.c
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmo-abis refs/changes/29/18729/1

diff --git a/src/e1_input.c b/src/e1_input.c
index b3341e7..3ab33b8 100644
--- a/src/e1_input.c
+++ b/src/e1_input.c
@@ -453,7 +453,7 @@
 {
 	int old_refcnt = line->refcnt++;
 
-	LOGPIL(line, DLINP, LOGL_DEBUG, "Line '%s' (%p) reference count get: %d -> %d\n",
+	LOGPIL(line, DLINP, LOGL_ERROR, "Line '%s' (%p) reference count get: %d -> %d\n",
 	     line->name, line, old_refcnt, line->refcnt);
 }
 
@@ -461,7 +461,7 @@
 {
 	int old_refcnt = line->refcnt--;
 
-	LOGPIL(line, DLINP, LOGL_DEBUG, "Line '%s' (%p) reference count put: %d -> %d\n",
+	LOGPIL(line, DLINP, LOGL_ERROR, "Line '%s' (%p) reference count put: %d -> %d\n",
 	     line->name, line, old_refcnt, line->refcnt);
 
 	if (line->refcnt == 0) {

-- 
To view, visit https://gerrit.osmocom.org/c/libosmo-abis/+/18729
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Change-Id: I6046b694202da3de4c31a84836f67dc43fe77be9
Gerrit-Change-Number: 18729
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200608/8df1b5d2/attachment.htm>


More information about the gerrit-log mailing list