gsm: lapdm.c: Add missing new line char in notice log string

Change-Id: I92c78ea01570dc1f4be11b113c07f0aa3b342c8f
This commit is contained in:
Pau Espin 2018-06-18 19:23:11 +02:00
parent b1a35d63b9
commit 1eb270bda8
1 changed files with 1 additions and 1 deletions

View File

@ -709,7 +709,7 @@ static int l2_ph_data_ind(struct msgb *msg, struct lapdm_entity *le,
memcpy(&mctx.dl->mctx, &mctx, sizeof(mctx.dl->mctx));
rc =lapdm_rx_not_permitted(le, &lctx);
if (rc > 0) {
LOGP(DLLAPD, LOGL_NOTICE, "received message not permitted");
LOGP(DLLAPD, LOGL_NOTICE, "received message not permitted\n");
msgb_free(msg);
rsl_rll_error(rc, &mctx);
return -EINVAL;