mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-02 18:34:29 +08:00
log
This commit is contained in:
parent
c806549f59
commit
c0dddb4d01
@ -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."
|
#openim::log::error "Process $process_name is not started."
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user