From 1dbd7b89c41ead24c0382dbd6f5c9f3d48942937 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 20 Jul 2011 14:30:28 +0200 Subject: bsc: Put the full stop before the \n in the log message --- openbsc/src/osmo-bsc/osmo_bsc_sccp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3