aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/gprs_llc.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-06-23 09:48:25 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-06-23 09:48:25 +0800
commit2788b96bf47349531564bcf33f4e64c094a222d0 (patch)
tree49cf29f32b6c2c57cb379dd5d4832257bbac0279 /openbsc/src/gprs/gprs_llc.c
parentf7a1c23e1d9a5f736c3f6a86939e5ef42686d04b (diff)
gprs: Fix LOGP misuse and specify LOGL_NOTICE as region.
Diffstat (limited to 'openbsc/src/gprs/gprs_llc.c')
-rw-r--r--openbsc/src/gprs/gprs_llc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsc/src/gprs/gprs_llc.c b/openbsc/src/gprs/gprs_llc.c
index 54f06f926..edb428583 100644
--- a/openbsc/src/gprs/gprs_llc.c
+++ b/openbsc/src/gprs/gprs_llc.c
@@ -417,7 +417,8 @@ static int gprs_llc_hdr_rx(struct gprs_llc_hdr_parsed *gph,
break;
case GPRS_LLC_UI:
if (gph->seq_tx < lle->vu_recv) {
- LOGP(DLLC, "TLLI=%08x dropping UI, vurecv %u <= %u\n",
+ LOGP(DLLC, LOGL_NOTICE, "TLLI=%08x dropping UI, vurecv %u <= %u\n",
+ lle->llme ? lle->llme->tlli : -1,
gph->seq_tx, lle->vu_recv);
return -EIO;
}