make debug more verbose

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-09-07 10:10:46 +02:00
parent bd85d22a89
commit 68a51da380
1 changed files with 1 additions and 1 deletions

View File

@ -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)