aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2017-12-21 12:40:25 +0100
committerDaniel Willmann <dwillmann@sysmocom.de>2018-01-30 18:59:29 +0100
commit7a49c9a3661b3d7feef9ce1106396cabb0ee2f3d (patch)
tree8a71c9f5cffe1d6a5ca01288ceb156212df07755
parent120a01a33ae41d090f7f50f990c742bf445329c5 (diff)
osmo-bsc_nat: Add missing newline in log statement
-rw-r--r--openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c b/openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c
index 1229d5750..3432d6b9a 100644
--- a/openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c
+++ b/openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c
@@ -687,7 +687,7 @@ static void bsc_mgcp_osmux_confirm(struct mgcp_endpoint *endp, const char *str)
if (endp->osmux.cid != osmux_cid) {
LOGP(DMGCP, LOGL_ERROR,
- "BSC sent us wrong CID %u, we expected %u",
+ "BSC sent us wrong CID %u, we expected %u\n",
osmux_cid, endp->osmux.cid);
goto err;
}