From 629a43a4c253895af52e293cc202516da4f1a6b1 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Thu, 19 Jul 2018 16:16:55 +0200 Subject: various logging: fix missing/extra newlines Change-Id: Id2619d0d45eb2686246c03643b4a578392a54cfe --- src/osmo-bsc/abis_rsl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/osmo-bsc/abis_rsl.c') diff --git a/src/osmo-bsc/abis_rsl.c b/src/osmo-bsc/abis_rsl.c index ab3658d53..bcc56bc6a 100644 --- a/src/osmo-bsc/abis_rsl.c +++ b/src/osmo-bsc/abis_rsl.c @@ -2351,7 +2351,7 @@ static uint8_t ipa_rtp_pt_for_lchan(struct gsm_lchan *lchan) break; } LOGP(DRSL, LOGL_ERROR, "Cannot determine ip.access rtp payload type for " - "tch_mode == 0x%02x\n & lchan_type == %d", + "tch_mode == 0x%02x & lchan_type == %d\n", lchan->tch_mode, lchan->type); return 0; } -- cgit v1.2.3