From 68a51da380a153e9033cb5df009379c1939be9dc Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 7 Sep 2011 10:10:46 +0200 Subject: [PATCH] make debug more verbose Signed-off-by: Nico Schottelius --- core/__cdist_echo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/__cdist_echo b/core/__cdist_echo index 37d24dd6..a89d1821 100755 --- a/core/__cdist_echo +++ b/core/__cdist_echo @@ -36,7 +36,7 @@ __cdist_echo() case "$__cdist_echo_type" in debug) if [ "$__cdist_debug" = 1 ]; then - echo $__cdist_echo_prefix "Debug: $@" + echo $__cdist_echo_prefix "DEBUG: $@" fi ;; info)