From 7c7d7f258aec089afa02677605dfd054a3af2ed8 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Tue, 13 Dec 2011 14:01:51 +0100 Subject: status: break line after BKGD message This looked ok on screen due to line-wrap, but the logs were a mess. Should also avoid some lines being cut due to exceeding 256 chars. Reported-by: Florian Pritz Signed-off-by: Tom Gundersen --- functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions b/functions index b965e2d..8056be0 100644 --- a/functions +++ b/functions @@ -139,7 +139,7 @@ printsep() { stat_bkgd() { printf "${C_OTHER}${PREFIX_REG} ${C_MAIN}${1}${C_CLEAR} " deltext - printf " ${C_OTHER}[${C_BKGD}BKGD${C_OTHER}]${C_CLEAR} " + printf " ${C_OTHER}[${C_BKGD}BKGD${C_OTHER}]${C_CLEAR} \n" } stat_busy() { -- cgit v1.2.3