Review at https://gerrit.osmocom.org/6954
scheduler: Add missing \n at end of LOG statement
Change-Id: I55419dfa884b4170dfed696a7e1334940a46ba82
---
M src/common/scheduler.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/54/6954/1
diff --git a/src/common/scheduler.c b/src/common/scheduler.c
index 90de09c..e6cf541 100644
--- a/src/common/scheduler.c
+++ b/src/common/scheduler.c
@@ -307,7 +307,7 @@
LOGL1S(DL1P, LOGL_NOTICE, l1t, tn, chan, fn,
"Prim %u is out of range (100), or channel %s with
"
"type %s is already disabled. If this happens in "
- "conjunction with PCU, increase 'rts-advance' by
5.",
+ "conjunction with PCU, increase 'rts-advance' by
5.\n",
prim_fn, get_lchan_by_chan_nr(l1t->trx,
chan_nr)->name,
get_value_string(trx_chan_type_names, chan));
/* unlink and free message */
--
To view, visit https://gerrit.osmocom.org/6954
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I55419dfa884b4170dfed696a7e1334940a46ba82
Gerrit-PatchSet: 1
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <[email protected]>