aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-07-20 14:30:28 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-08-25 23:18:07 +0200
commit4d888fc3ca4e205a4b4c17524c7ad1f2df9f2d2f (patch)
tree9574fa28377cc44e3b629751feda44e0da062f78
parentf87cc7156a9c2e0f8568bd8c028f9eac009f548a (diff)
bsc: Put the full stop before the \n in the log message
-rw-r--r--openbsc/src/osmo-bsc/osmo_bsc_sccp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/osmo-bsc/osmo_bsc_sccp.c b/openbsc/src/osmo-bsc/osmo_bsc_sccp.c
index 9fd035333..37eb1b799 100644
--- a/openbsc/src/osmo-bsc/osmo_bsc_sccp.c
+++ b/openbsc/src/osmo-bsc/osmo_bsc_sccp.c
@@ -81,7 +81,7 @@ static void msc_outgoing_sccp_state(struct sccp_connection *conn, int old_state)
con_data = (struct osmo_bsc_sccp_con *) conn->data_ctx;
if(con_data->conn) {
LOGP(DMSC, LOGL_ERROR,
- "ERROR: The lchan is still associated\n.");
+ "ERROR: The lchan is still associated.\n");
gsm0808_clear(con_data->conn);
subscr_con_free(con_data->conn);
con_data->conn = NULL;