From 42a4e9a52de0576aa293f0a3fe085e91480d488d Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 13 Jun 2010 10:09:45 +0800 Subject: abis_rsl: Reduce logging to LOGL_DEBUG as it is quite nosiy The nanoBTS will send us at least one measurement report after we have decided to close the channel... degrade that output to a debug message. --- openbsc/src/abis_rsl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbsc/src/abis_rsl.c b/openbsc/src/abis_rsl.c index e7116e32a..8fd29bd73 100644 --- a/openbsc/src/abis_rsl.c +++ b/openbsc/src/abis_rsl.c @@ -911,7 +911,7 @@ static int rsl_rx_meas_res(struct msgb *msg) /* check if this channel is actually active */ /* FIXME: maybe this check should be way more generic/centralized */ if (msg->lchan->state != LCHAN_S_ACTIVE) { - LOGP(DRSL, LOGL_NOTICE, "%s: MEAS RES for inactive channel\n", + LOGP(DRSL, LOGL_DEBUG, "%s: MEAS RES for inactive channel\n", gsm_lchan_name(msg->lchan)); return 0; } -- cgit v1.2.3