Skip to content

Commit

Permalink
fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Oct 3, 2024
1 parent 142c7df commit fd9d0fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ function log_info() {
}

function log_error() {
echo -e "\033[0;31m[run.sh] [INFO] $@\033[0m" 1>&2;
echo -e "\033[0;31m[run.sh] [ERROR] $@\033[0m" 1>&2;
}

function check_os() {
Expand Down

0 comments on commit fd9d0fd

Please sign in to comment.