Change in ...libosmo-netif[master]: osmux: squash LOGP message to one line

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/.

laforge gerrit-no-reply at lists.osmocom.org
Fri Oct 4 15:48:06 UTC 2019


laforge has submitted this change and it was merged. ( https://gerrit.osmocom.org/c/libosmo-netif/+/15673 )

Change subject: osmux: squash LOGP message to one line
......................................................................

osmux: squash LOGP message to one line

It seems different compiler versions (jenkins and my workstation) are
generating different line number for that message, and it makes osmux_test
fail when improving logging on next commit.

Change-Id: Ie2bb0ecf4cc165b9a1080e2558b33ba37014278c
---
M src/osmux.c
1 file changed, 1 insertion(+), 2 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/src/osmux.c b/src/osmux.c
index 9d058b0..c43c3eb 100644
--- a/src/osmux.c
+++ b/src/osmux.c
@@ -366,8 +366,7 @@
 		if (rtph == NULL)
 			return -1;
 
-		LOGP(DLMUX, LOGL_DEBUG, "Batch is full for RTP "
-					"ssrc=%u\n", rtph->ssrc);
+		LOGP(DLMUX, LOGL_DEBUG, "Batch is full for RTP sssrc=%u\n", rtph->ssrc);
 		return -1;
 	}
 

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

Gerrit-Project: libosmo-netif
Gerrit-Branch: master
Gerrit-Change-Id: Ie2bb0ecf4cc165b9a1080e2558b33ba37014278c
Gerrit-Change-Number: 15673
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191004/e6c1d96d/attachment.htm>


More information about the gerrit-log mailing list