aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2020-12-04 01:24:34 +0100
committerDaniel Willmann <dwillmann@sysmocom.de>2020-12-04 01:31:05 +0100
commitbd356a6d848685913b6e2bba30aea8446a0cc2cc (patch)
treece40c4e3a80d90fa3d60609223029709ddf233f9
parente8c8ec9683d909b32f1c5474e616fe24e6ef524c (diff)
gbproxy: Add newline to log message
-rw-r--r--src/gbproxy/gb_proxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gbproxy/gb_proxy.c b/src/gbproxy/gb_proxy.c
index 329c1d1e5..a4ad7af09 100644
--- a/src/gbproxy/gb_proxy.c
+++ b/src/gbproxy/gb_proxy.c
@@ -1204,7 +1204,7 @@ static int gbprox_rx_paging(struct gbproxy_config *cfg, struct msgb *msg, struct
llist_for_each_entry(nse, &cfg->nse_peers, list) {
llist_for_each_entry(peer, &nse->bts_peers, list) {
if (!memcmp(peer->ra, TLVP_VAL(tp, BSSGP_IE_ROUTEING_AREA), 6)) {
- LOGPNSE(nse, LOGL_INFO, "routing to NSE (RAI match)");
+ LOGPNSE(nse, LOGL_INFO, "routing to NSE (RAI match)\n");
gbprox_relay2nse(msg, nse, ns_bvci);
n_nses++;
/* Only send it once to each NSE */