aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte (local) <laflocal@hanuman.gnumonks.org>2009-12-26 20:11:24 +0100
committerHarald Welte (local) <laflocal@hanuman.gnumonks.org>2009-12-26 20:11:24 +0100
commit55de2029c5567e7fff6bf57537b6cfe2964d3ab2 (patch)
tree207eb480101711b956bc33b6d0debd7bc32a2af0
parent15d7d321c996b176c28635516e169d8ff157b0ef (diff)
fix missing space in log message
-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 068a0ebb3..f34a5f305 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));