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-10-12 08:30:36 +0200
commit74c7dc36b6b487398678f30507649e2bee32bd0c (patch)
tree8f6a8df2656db8ba9a6fa5bd4e84a676bbf45e90
parentcc98d188eb9eb90d1328c538668aa913fab7dbd2 (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 4f3b1cb9e..276ee7865 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;