From d61b31401aa642855427655952c340f139d05829 Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Wed, 14 Jun 2017 12:00:30 +0200 Subject: rsl: fix stray line break in logtext The log output from the rsl layer injects line breaks at wrong places in the log. This messes up the logtext. This commit fixes the problem. Change-Id: Ibebffd52a551ead0f5486a56a92774204b337c7d --- src/libbsc/abis_rsl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/libbsc/abis_rsl.c b/src/libbsc/abis_rsl.c index 441b3861b..1b5758848 100644 --- a/src/libbsc/abis_rsl.c +++ b/src/libbsc/abis_rsl.c @@ -2323,6 +2323,8 @@ static void ipac_parse_rtp(struct gsm_lchan *lchan, struct tlv_parsed *tv) DEBUGPC(DRSL, "REMOTE_PORT=%u ", port); lchan->abis_ip.connect_port = port; } + + DEBUGPC(DRSL, "\n"); } /*! \brief Issue IPA RSL CRCX to configure RTP on BTS side @@ -2554,7 +2556,6 @@ static int abis_rsl_rx_ipacc(struct msgb *msg) rllh->c.msg_type); break; } - DEBUGPC(DRSL, "\n"); return rc; } -- cgit v1.2.3