[MERGED] osmo-bts[master]: scheduler: Add missing \n at end of LOG statement

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Tue Feb 27 16:40:07 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: scheduler: Add missing \n at end of LOG statement
......................................................................


scheduler: Add missing \n at end of LOG statement

Change-Id: I55419dfa884b4170dfed696a7e1334940a46ba82
---
M src/common/scheduler.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



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: merged
Gerrit-Change-Id: I55419dfa884b4170dfed696a7e1334940a46ba82
Gerrit-PatchSet: 1
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list