aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2005-11-19 17:54:19 +0000
committerMicah Anderson <micah@riseup.net>2005-11-19 17:54:19 +0000
commit85a7eb350aa10565a9c1c72fd3a3a98d8d2a7504 (patch)
treed77d56f5395f98776c087ff3fd78e9be55657bad /src
parentc5684a573012a4e6b504c66601ed7bfdce1ee2c8 (diff)
downloadbackupninja-85a7eb350aa10565a9c1c72fd3a3a98d8d2a7504.tar.gz
backupninja-85a7eb350aa10565a9c1c72fd3a3a98d8d2a7504.tar.bz2
Color comments were wrong - error is red, fatal is purple. Comments
said error was orange and fatal was red, maybe this is better?
Diffstat (limited to 'src')
-rwxr-xr-xsrc/backupninja.in4
1 files 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