From 90f5d4716445cdfc6adc18d210344508dfb494ee Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 6 Apr 2011 20:04:34 +0200 Subject: [PATCH] add warning level Signed-off-by: Nico Schottelius --- bin/cdist-config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/cdist-config b/bin/cdist-config index efb8c3c0..8195a304 100755 --- a/bin/cdist-config +++ b/bin/cdist-config @@ -161,6 +161,9 @@ __cdist_echo() info) echo "$@" ;; + warning) + echo "Warning: $@" + ;; error) echo "Error: $@" >&2 ;;