sgsn: Add missing LF in log message

Sponsored-by: On-Waves ehf
This commit is contained in:
Jacob Erlbeck
2014-12-18 09:53:07 +01:00
committed by Holger Hans Peter Freyther
parent 22fd3cd0de
commit c939196557

View File

@@ -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);