pespin has uploaded this change for review.

View Change

gsm: lapd_core:  Change log line NOTICE->INFO

Change-Id: I71f014645b4b487bf91499a1da9ed2d3032d7e40
---
M src/gsm/lapd_core.c
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/68/27368/1
diff --git a/src/gsm/lapd_core.c b/src/gsm/lapd_core.c
index 0e89874..ced8bc0 100644
--- a/src/gsm/lapd_core.c
+++ b/src/gsm/lapd_core.c
@@ -942,7 +942,7 @@
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) {

To view, visit change 27368. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I71f014645b4b487bf91499a1da9ed2d3032d7e40
Gerrit-Change-Number: 27368
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-MessageType: newchange