bsc: Put the full stop before the \n in the log message
diff --git a/openbsc/src/osmo-bsc/osmo_bsc_sccp.c b/openbsc/src/osmo-bsc/osmo_bsc_sccp.c
index 4f3b1cb..276ee78 100644
--- a/openbsc/src/osmo-bsc/osmo_bsc_sccp.c
+++ b/openbsc/src/osmo-bsc/osmo_bsc_sccp.c
@@ -81,7 +81,7 @@
 		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;