From: Micah Anderson Date: Sat, 19 Nov 2005 17:54:19 +0000 (+0000) Subject: Color comments were wrong - error is red, fatal is purple. Comments X-Git-Tag: backupninja-0.9.2~71 X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fbackupninja.git;a=commitdiff_plain;h=85a7eb350aa10565a9c1c72fd3a3a98d8d2a7504 Color comments were wrong - error is red, fatal is purple. Comments said error was orange and fatal was red, maybe this is better? --- diff --git a/src/backupninja.in b/src/backupninja.in index 55a3d00..387743f 100755 --- a/src/backupninja.in +++ b/src/backupninja.in @@ -50,8 +50,8 @@ function colorize() { # 0 - debug - blue # 1 - normal messages - green # 2 - warnings - yellow -# 3 - errors - orange -# 4 - fatal - red +# 3 - errors - red +# 4 - fatal - purple # First variable passed is the error level, all others are printed # if 1, echo out all warnings, errors, or fatal