From 9a2c74baaad4399639f0b528067ae2e64b6aea5a Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Thu, 22 Feb 2024 22:37:03 +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 69182bd7d..2cd3cc432 100755 --- a/scripts/lib/util.sh +++ b/scripts/lib/util.sh @@ -2888,7 +2888,7 @@ function openim::util::check_process_names_for_stop() { openim::log::error "Unsupported OS type: $OSTYPE" fi done - openim::log::error "Processes for ${service} have not been stopped properly. " "$NUM_PROCESSES" + echo "Processes for ${service} have not been stopped properly. " "$NUM_PROCESSES" fi done