oml.c: Fix whitespace in log line

Change-Id: I5e9b07303dda374e9196d7d4503ad652970ab6c5
This commit is contained in:
Pau Espin 2020-06-08 17:17:53 +02:00 committed by laforge
parent a003fec7cd
commit 5969988754
1 changed files with 2 additions and 2 deletions

View File

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