This commit is contained in:
skiffer-git 2024-02-22 22:47:19 +08:00
parent 488c3a7c47
commit d9e7523a2f

View File

@ -206,7 +206,7 @@ openim::log::status() {
fi fi
timestamp=$(date +"[%Y-%m-%d %H:%M:%S %Z]") timestamp=$(date +"[%Y-%m-%d %H:%M:%S %Z]")
echo_log "+++ ${timestamp} ${1}" echo_log "${timestamp} ${1}"
shift shift
for message; do for message; do
echo_log " ${message}" echo_log " ${message}"