From: micah Date: Sat, 19 Nov 2005 17:54:19 +0000 (+0000) Subject: Color comments were wrong - error is red, fatal is purple. Comments X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fbackupninja.git;a=commitdiff_plain;h=5974492ae6abcac0d48060596427e76f25f6af44 Color comments were wrong - error is red, fatal is purple. Comments said error was orange and fatal was red, maybe this is better? git-svn-id: http://code.autistici.org/svn/backupninja/trunk@227 758a04ac-41e6-0310-8a23-8373a73cc35d --- 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