From c0dddb4d010c34eb4787c1e35fe1667651cc2e03 Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Thu, 22 Feb 2024 22:13:47 +0800 Subject: [PATCH] log --- scripts/lib/util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/util.sh b/scripts/lib/util.sh index 6cf5a0343..ac0f8d77c 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." + #openim::log::error "Process $process_name is not started." done fi