Skip to content

Commit

Permalink
修复错误
Browse files Browse the repository at this point in the history
  • Loading branch information
jagerzhang authored May 21, 2017
1 parent a7a7ce6 commit cf2629a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cckiller
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ write_log()
if [[ $LOG_LEVEL == "INFO" ]] && [[ "$1" == "INFO" ]];then
echo "[`date "+%Y-%m-%d %H:%M:%S"`][$1]: ${logout}" | tee -ai $LOG_FILE

elif [[ $LOG_LEVEL == "DEBUG" ]]
elif [[ $LOG_LEVEL == "DEBUG" ]];then
echo "[`date "+%Y-%m-%d %H:%M:%S"`][$1]: ${logout}" | tee -ai $LOG_FILE

else
Expand Down

0 comments on commit cf2629a

Please sign in to comment.