Skip to content

Commit a5181eb

Browse files
committed
[fix] : Use msg_debug to show module debug info
1 parent 858e876 commit a5181eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ prepare_build() {
389389
# Check modules
390390
module_check(){
391391
msg_debug -n "Checking ${1} module ... "
392-
bash "${tools_dir}/module.sh" check "${1}" || msg_error "Module ${1} is not available." "1" && echo "${module_dir}/${1}"
392+
bash "${tools_dir}/module.sh" check "${1}" || msg_error "Module ${1} is not available." "1" && msg_debug "Load ${module_dir}/${1}"
393393
}
394394
readarray -t modules < <(printf "%s\n" "${modules[@]}" | awk '!a[$0]++')
395395
for_module "module_check {}"

0 commit comments

Comments
 (0)