bsc: Put the full stop before the \n in the log message

This commit is contained in:
Holger Hans Peter Freyther 2011-07-20 14:30:28 +02:00
parent cc98d188eb
commit 74c7dc36b6
1 changed files with 1 additions and 1 deletions

View File

@ -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;