diff --git a/scripts/lib/util.sh b/scripts/lib/util.sh index 6cf5a0343..b9d29fd96 100755 --- a/scripts/lib/util.sh +++ b/scripts/lib/util.sh @@ -432,7 +432,7 @@ openim::util::check_process_names() { if [[ ${#not_started[@]} -ne 0 ]]; then echo "Not started processes:" for process_name in "${not_started[@]}"; do - openim::log::error "Process $process_name is not started." + echo "Process $process_name is not started." done fi