pull/1953/head^2
skiffer-git 2 years ago
parent 14a0b8e272
commit 5c00629644

@ -432,7 +432,7 @@ openim::util::check_process_names() {
if [[ ${#not_started[@]} -ne 0 ]]; then if [[ ${#not_started[@]} -ne 0 ]]; then
echo "Not started processes:" echo "Not started processes:"
for process_name in "${not_started[@]}"; do for process_name in "${not_started[@]}"; do
openim::log::error "Process $process_name is not started." echo "Process $process_name is not started."
done done
fi fi

Loading…
Cancel
Save