Skip to content

Commit fd9d0fd

Browse files
committed
fix log
1 parent 142c7df commit fd9d0fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ function log_info() {
55
}
66

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

1111
function check_os() {

0 commit comments

Comments
 (0)