aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/abis_rsl.c
diff options
context:
space:
mode:
authorHarald Welte (local) <laflocal@hanuman.gnumonks.org>2009-12-26 20:11:24 +0100
committerHarald Welte <laforge@gnumonks.org>2009-12-26 22:48:12 +0100
commit93c628477279da35bacc2536088cff00d1e122ec (patch)
treeb8c19896616369b59b993bed0e5eaf6cf8082ad2 /openbsc/src/abis_rsl.c
parentb79bdd99e5c803e65ae77aef8d22c0b5c74fd175 (diff)
fix missing space in log message
Diffstat (limited to 'openbsc/src/abis_rsl.c')
-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 d4eb632ef..0920abe4b 100644
--- a/openbsc/src/abis_rsl.c
+++ b/openbsc/src/abis_rsl.c
@@ -955,7 +955,7 @@ static int rsl_rx_conn_fail(struct msgb *msg)
struct tlv_parsed tp;
/* FIXME: print which channel */
- LOGP(DRSL, LOGL_NOTICE, "CONNECTION FAIL: RELEASING");
+ LOGP(DRSL, LOGL_NOTICE, "CONNECTION FAIL: RELEASING ");
rsl_tlv_parse(&tp, dh->data, msgb_l2len(msg)-sizeof(*dh));