aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-12-24 12:51:07 +0100
committerHarald Welte <laforge@gnumonks.org>2010-12-24 15:42:17 +0100
commit3a3c277b70df3a09b20fa1f985b29445783959b1 (patch)
tree05c02184e50536be7432c5feb82c050f6b49629c /openbsc
parentb29cea1d9cf5f52f0951bbd772eb965983350488 (diff)
RSL: Make "waiting for SAPI=%d to be released" LOGL_DEBUG
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/abis_rsl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/abis_rsl.c b/openbsc/src/abis_rsl.c
index c27fff1f7..52ed9fa5b 100644
--- a/openbsc/src/abis_rsl.c
+++ b/openbsc/src/abis_rsl.c
@@ -1409,7 +1409,7 @@ static void rsl_handle_release(struct gsm_lchan *lchan)
for (sapi = 0; sapi < ARRAY_SIZE(lchan->sapis); ++sapi) {
if (lchan->sapis[sapi] == LCHAN_SAPI_UNUSED)
continue;
- LOGP(DRSL, LOGL_NOTICE, "%s waiting for SAPI=%d to be released.\n",
+ LOGP(DRSL, LOGL_DEBUG, "%s waiting for SAPI=%d to be released.\n",
gsm_lchan_name(lchan), sapi);
return;
}