aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-02-26 22:31:56 +0100
committerHarald Welte <laforge@gnumonks.org>2018-02-26 22:37:03 +0100
commitb60d9e9464dabba64e7ba73a1a8f41adab21ff31 (patch)
treea298911b14c702ef39222387a2107fcb172afda4
parent0d6c3e811007be828207c0f69ff4e2dddeeb64db (diff)
scheduler: Add missing \n at end of LOG statement
-rw-r--r--src/common/scheduler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/scheduler.c b/src/common/scheduler.c
index 90de09c4..e6cf541d 100644
--- a/src/common/scheduler.c
+++ b/src/common/scheduler.c
@@ -307,7 +307,7 @@ free_msg:
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 */