From 5974492ae6abcac0d48060596427e76f25f6af44 Mon Sep 17 00:00:00 2001 From: micah Date: Sat, 19 Nov 2005 17:54:19 +0000 Subject: [PATCH] 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 --- src/backupninja.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2