fix various missing line endings in logging

Change-Id: I013eb0eeb5673c06034465020e5dc5230f45ddf5
This commit is contained in:
Neels Hofmeyr 2019-05-06 23:45:09 +02:00
parent 08aae21fca
commit 5b1e0309b5
3 changed files with 4 additions and 4 deletions

View File

@ -425,7 +425,7 @@ static int sms_route_mt_sms(struct gsm_trans *trans, struct gsm_sms *gsms)
/* unknown subscriber, try local */
goto try_local;
if (rc < 0) {
LOG_TRANS(trans, LOGL_ERROR, "SMS delivery error: %d.", rc);
LOG_TRANS(trans, LOGL_ERROR, "SMS delivery error: %d\n", rc);
rc = GSM411_RP_CAUSE_MO_TEMP_FAIL;
/* rc will be logged by gsm411_send_rp_error() */
rate_ctr_inc(&conn->network->msc_ctrs->ctr[
@ -451,7 +451,7 @@ try_local:
if (rc == GSM411_RP_CAUSE_MO_NUM_UNASSIGNED) {
rate_ctr_inc(&conn->network->msc_ctrs->ctr[MSC_CTR_SMS_NO_RECEIVER]);
} else if (rc < 0) {
LOG_TRANS(trans, LOGL_ERROR, "SMS delivery error: %d.", rc);
LOG_TRANS(trans, LOGL_ERROR, "SMS delivery error: %d\n", rc);
rc = GSM411_RP_CAUSE_MO_TEMP_FAIL;
/* rc will be logged by gsm411_send_rp_error() */
rate_ctr_inc(&conn->network->msc_ctrs->ctr[

View File

@ -1241,7 +1241,7 @@ int vlr_subscr_rx_tmsi_reall_compl(struct vlr_subscr *vsub)
PR_ARQ_E_TMSI_ACK, NULL);
} else {
LOGVSUBP(LOGL_NOTICE, vsub,
"gratuitous TMSI REALLOC COMPL");
"gratuitous TMSI REALLOC COMPL\n");
return -EINVAL;
}
}

View File

@ -141,7 +141,7 @@ static void proc_arq_vlr_dispatch_result(struct osmo_fsm_inst *fi,
* will start handling pending paging transactions. */
if (!fi->proc.parent) {
LOGPFSML(fi, LOGL_ERROR, "No parent FSM");
LOGPFSML(fi, LOGL_ERROR, "No parent FSM\n");
return;
}
osmo_fsm_inst_dispatch(fi->proc.parent,