aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Willmann <daniel@totalueberwachung.de>2011-08-11 04:54:23 +0200
committerHarald Welte <laforge@gnumonks.org>2011-08-11 17:21:24 +0200
commit6fc6a12c07f9d834c3c9ff01ec948feea0780953 (patch)
tree49af7908e210ee46d8ca6b656c986658cfebc88a
parent7ddc3186878c0665a114b475015ce61c4118ac26 (diff)
libbsc: Cosmetic fix for the channel activate NACK log message
-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 c2533667c..cb2c9bcc5 100644
--- a/openbsc/src/libbsc/abis_rsl.c
+++ b/openbsc/src/libbsc/abis_rsl.c
@@ -849,7 +849,7 @@ static int rsl_rx_chan_act_nack(struct msgb *msg)
osmo_timer_del(&msg->lchan->act_timer);
- LOGP(DRSL, LOGL_ERROR, "%s CHANNEL ACTIVATE NACK",
+ LOGP(DRSL, LOGL_ERROR, "%s CHANNEL ACTIVATE NACK ",
gsm_lchan_name(msg->lchan));
/* BTS has rejected channel activation ?!? */