aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/oml.c
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-06-08 17:17:53 +0200
committerlaforge <laforge@osmocom.org>2020-06-09 07:37:37 +0000
commit59699887544c0b867ea4be1eacbb9e78dc8b9582 (patch)
treea86365e2665a959f9160ee6b0109441e4fa8e4a1 /src/common/oml.c
parenta003fec7cdcbb0de46c145f768a0a76710b561b7 (diff)
oml.c: Fix whitespace in log line
Diffstat (limited to 'src/common/oml.c')
-rw-r--r--src/common/oml.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/oml.c b/src/common/oml.c
index 7e3b8348..d7cc7bb5 100644
--- a/src/common/oml.c
+++ b/src/common/oml.c
@@ -1316,8 +1316,8 @@ static int rx_oml_ipa_rsl_connect(struct gsm_bts_trx *trx, struct msgb *msg,
}
in.s_addr = htonl(ip);
- LOGP(DOML, LOGL_INFO, "%s: Rx IPA RSL CONNECT IP=%s PORT=%u STREAM=0x%02x\n",
- trx_name, inet_ntoa(in), port, stream_id);
+ LOGP(DOML, LOGL_INFO, "%s: Rx IPA RSL CONNECT IP=%s PORT=%u STREAM=0x%02x\n",
+ trx_name, inet_ntoa(in), port, stream_id);
if (trx->bts->variant == BTS_OSMO_OMLDUMMY) {
rc = 0;