fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bts/+/42032?usp=email )
Change subject: osmo-bts-trx: add missing \n to a logging message ......................................................................
osmo-bts-trx: add missing \n to a logging message
Change-Id: I5b3091b5ed96e28ae056272398c5eddbdef4b8b5 --- M src/osmo-bts-trx/trx_provision_fsm.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/32/42032/1
diff --git a/src/osmo-bts-trx/trx_provision_fsm.c b/src/osmo-bts-trx/trx_provision_fsm.c index 7ed617a..4aa0783 100644 --- a/src/osmo-bts-trx/trx_provision_fsm.c +++ b/src/osmo-bts-trx/trx_provision_fsm.c @@ -204,7 +204,7 @@ l1h->config.setformat_sent = true; if (plink->u.osmotrx.trxd_pdu_ver_max == 0) { LOGPPHI(pinst, DL1C, LOGL_INFO, - "No need to negotiate max TRXD version 0"); + "No need to negotiate max TRXD version 0\n"); l1h->config.trxd_pdu_ver_use = 0; l1h->config.setformat_acked = true; } else {