-debug message for library loading

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-06-14 00:48:07 +02:00
parent 580b5da688
commit 9e246b18ed
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ __cdist_tmp_file=$(mktemp "$__cdist_tmp_dir/cdist.XXXXXXXXXXXX")
# *NEW* Load functions from library
for __cdist_lib in $__cdist_core_dir/*; do
echo Loading $__cdist_lib ...
# echo Loading $__cdist_lib ...
. "$__cdist_lib"
done