aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-10-04 15:59:06 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2019-10-04 16:00:31 +0200
commit238c844593a58db958e70ebc00415c0b4e64c7cc (patch)
tree9c8a95abbdafff6d6e303ca686e922e85592f0ba
parent71abacdda0a1143762213e383ce8413c2fe63ee1 (diff)
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
-rw-r--r--src/osmux.c3
1 files changed, 1 insertions, 2 deletions
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 @@ static int osmux_batch_enqueue(struct msgb *msg, struct osmux_circuit *circuit,
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;
}