make debug more verbose
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
bd85d22a89
commit
68a51da380
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue