aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2021-11-13 21:21:32 +0100
committerHarald Welte <laforge@osmocom.org>2021-11-14 20:36:21 +0100
commit5ad97995e95f8d082e1d550f55a234bb11194eec (patch)
tree9af947d78499418ef06b2c775f4d455a03c2ebd1
parent8aa64eb92a3b147d7184020695d51b440662aa0d (diff)
sccp_scmg: Add missing line eneding to log statement
-rw-r--r--src/sccp_scmg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sccp_scmg.c b/src/sccp_scmg.c
index a5d6226..aba2416 100644
--- a/src/sccp_scmg.c
+++ b/src/sccp_scmg.c
@@ -261,7 +261,7 @@ static int scmg_rx(struct osmo_sccp_user *scu, const struct osmo_sccp_addr *call
case SCCP_SCMG_MSGT_SOG:
case SCCP_SCMG_MSGT_SSC:
default:
- LOGP(DLSCCP, LOGL_NOTICE, "Rx unsupported SCCP SCMG %s, ignoring",
+ LOGP(DLSCCP, LOGL_NOTICE, "Rx unsupported SCCP SCMG %s, ignoring\n",
sccp_scmg_msgt_name(scmg->msg_type));
break;
}