about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xbollux2
1 files changed, 1 insertions, 1 deletions
diff --git a/bollux b/bollux index b027eab..05c916b 100755 --- a/bollux +++ b/bollux
@@ -47,7 +47,7 @@ log() { # log [LEVEL] [<] MESSAGE
47 output="$output${output:+$'\n'}$line" 47 output="$output${output:+$'\n'}$line"
48 done 48 done
49 fi 49 fi
50 printf '\e[3%dm%s\e[0m:\t%s\n' "$((lvl + 1))" "$PRGN" "$output" >&2 50 printf '\e[34m%s\e[0m:\t%s\n' "$PRGN" "$output" >&2
51 fi 51 fi
52} 52}
53 53