mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-02 04:53:24 +00:00
sgsn: Add missing LF in log message
Sponsored-by: On-Waves ehf
This commit is contained in:
committed by
Holger Hans Peter Freyther
parent
22fd3cd0de
commit
c939196557
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user