fixeria has submitted this change. (
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(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, approved
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 https://gerrit.osmocom.org/c/osmo-bts/+/42032?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I5b3091b5ed96e28ae056272398c5eddbdef4b8b5
Gerrit-Change-Number: 42032
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>