mirror of https://gerrit.osmocom.org/libosmocore
gsm: lapd_core: Change log line NOTICE->INFO
Change-Id: I71f014645b4b487bf91499a1da9ed2d3032d7e40changes/68/27368/1
parent
9c7f7f85c8
commit
28b404fb71
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue