RSL: Make "waiting for SAPI=%d to be released" LOGL_DEBUG
diff --git a/openbsc/src/abis_rsl.c b/openbsc/src/abis_rsl.c
index c27fff1..52ed9fa 100644
--- a/openbsc/src/abis_rsl.c
+++ b/openbsc/src/abis_rsl.c
@@ -1409,7 +1409,7 @@
 	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;
 	}