mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-03 05:23:43 +00:00
bsc: Put the full stop before the \n in the log message
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user