Added proper wording for the log outputs so it does not declare WAR on overfiend
[clinton/abcde.git] / abcde
diff --git a/abcde b/abcde
index a8a04d3..08a01c6 100755 (executable)
--- a/abcde
+++ b/abcde
@@ -86,9 +86,9 @@ log ()
        BLURB="$1"
        shift
        case $BLURB in
-               error)   echo "[ERR] abcde: $@" >&2 ;;
-               warning) echo "[WAR] $@" >&2 ;;
-               info)    echo "[INF] $@" ;;
+               error)   echo "[ERROR] abcde: $@" >&2 ;;
+               warning) echo "[WARNING] $@" >&2 ;;
+               info)    echo "[INFO] $@" ;;
        esac
 }