-debug message for library loading
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
580b5da688
commit
9e246b18ed
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue