From de2eea713106bac87ee20829b40d56306b92a932 Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Thu, 22 Feb 2024 22:34: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 b5442d9cb..69182bd7d 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." + openim::log::error "Processes for ${service} have not been stopped properly. " "$NUM_PROCESSES" fi done