fixeria has uploaded this change for review.
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 {
To view, visit change 42032. To unsubscribe, or for help writing mail filters, visit settings.