aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2011-12-13 14:01:51 +0100
committerTom Gundersen <teg@jklm.no>2011-12-13 14:01:51 +0100
commit7c7d7f258aec089afa02677605dfd054a3af2ed8 (patch)
tree7a223da2506d37a9488059bc72adf7f5b120ca0a
parentaaf2609b8e234f828f5c7400c54a7ba79f95692b (diff)
downloadinitscripts-2011.12.1.tar.xz
status: break line after BKGD message2011.12.1
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 <bluewind@xinu.at> Signed-off-by: Tom Gundersen <teg@jklm.no>
-rw-r--r--functions2
1 files changed, 1 insertions, 1 deletions
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() {