gsm: lapd_core: Change log line NOTICE->INFO

Change-Id: I71f014645b4b487bf91499a1da9ed2d3032d7e40
This commit is contained in:
Pau Espin 2022-03-02 19:03:32 +01:00
parent 9c7f7f85c8
commit 28b404fb71
1 changed files with 1 additions and 1 deletions

View File

@ -942,7 +942,7 @@ static int lapd_rx_u_sabm(struct msgb *msg, struct lapd_msg_ctx *lctx)
dl->cont_res = lapd_msgb_alloc(length, "CONT RES");
memcpy(msgb_put(dl->cont_res, length), msg->l3h,
length);
LOGDL(dl, LOGL_NOTICE, "Store content res.\n");
LOGDL(dl, LOGL_INFO, "Store content res.\n");
}
/* send notification to L3 */
if (length == 0) {