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)