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
9c7263b067
commit
f381235732
@ -40,7 +40,7 @@ openim::util::stop_services_with_name "${OPENIM_OUTPUT_HOSTBIN}"
|
||||
result=$(openim::util::check_process_names_for_stop)
|
||||
if [[ $? -ne 0 ]]; then
|
||||
echo "+++ cat openim log file >>> ${LOG_FILE}"
|
||||
openim::log::error "stop process failed.\n$(result)"
|
||||
openim::log::error "stop process failed.\n" "${result}"
|
||||
return 1
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user