aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libbsc/abis_rsl.c
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-08-24 17:02:19 +0200
committerHarald Welte <laforge@gnumonks.org>2016-08-27 02:23:47 +0000
commitd5d39ae2b680c64c2dc616d6ca3886dac9092066 (patch)
tree2d4c5e8c0375c3fd96970006f46b50a966e7389e /openbsc/src/libbsc/abis_rsl.c
parent423269f8035f107d5bc76e10cf17728fdbb3e2e4 (diff)
log: rsl notice: tiny tweak for readability
Diffstat (limited to 'openbsc/src/libbsc/abis_rsl.c')
-rw-r--r--openbsc/src/libbsc/abis_rsl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/libbsc/abis_rsl.c b/openbsc/src/libbsc/abis_rsl.c
index d9ca55049..9af986a68 100644
--- a/openbsc/src/libbsc/abis_rsl.c
+++ b/openbsc/src/libbsc/abis_rsl.c
@@ -790,7 +790,7 @@ static int rsl_rf_chan_release(struct gsm_lchan *lchan, int error,
osmo_timer_del(&lchan->T3109);
if (lchan->state == LCHAN_S_REL_ERR) {
- LOGP(DRSL, LOGL_NOTICE, "%s is in error state not sending release.\n",
+ LOGP(DRSL, LOGL_NOTICE, "%s is in error state, not sending release.\n",
gsm_lchan_name(lchan));
return -1;
}