From 85a7eb350aa10565a9c1c72fd3a3a98d8d2a7504 Mon Sep 17 00:00:00 2001 From: Micah Anderson 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? --- 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