logging: use simple unicode symbols

This commit is contained in:
Haochen Tong 2021-06-19 14:44:53 +08:00
parent 2b6b3f92a1
commit a88a5b7e42
No known key found for this signature in database
GPG Key ID: D70E8B08E0BC48DF
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ import (
)
var (
OkSym = ""
NotOkSym = ""
OkSym = ""
NotOkSym = ""
WarnSym = "‼"
UnkwnSym = "⁇"
)