aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openbsc/src/gprs/gprs_sgsn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/gprs/gprs_sgsn.c b/openbsc/src/gprs/gprs_sgsn.c
index d5c02fd7c..f3da0387a 100644
--- a/openbsc/src/gprs/gprs_sgsn.c
+++ b/openbsc/src/gprs/gprs_sgsn.c
@@ -475,7 +475,7 @@ void sgsn_update_subscriber_data(struct sgsn_mm_ctx *mmctx,
return;
}
- LOGMMCTXP(LOGL_INFO, mmctx, "Subscriber data update");
+ LOGMMCTXP(LOGL_INFO, mmctx, "Subscriber data update\n");
if (!subscr->sgsn_data->mm && !mmctx->subscr) {
mmctx->subscr = subscr_get(subscr);