mirror of
https://shylinux.com/x/icebergs
synced 2025-06-26 18:37:29 +08:00
opt mall
This commit is contained in:
parent
8656aa637c
commit
12c0cde0d5
2
logs.go
2
logs.go
@ -97,7 +97,7 @@ func (m *Message) Warn(err bool, arg ...interface{}) bool {
|
||||
}
|
||||
|
||||
m.meta[MSG_RESULT] = kit.Simple(ErrWarn, arg)
|
||||
m.log(LOG_WARN, m.join(arg))
|
||||
m.log(LOG_WARN, m.join(kit.Simple(arg)))
|
||||
return err
|
||||
}
|
||||
func (m *Message) Error(err bool, str string, arg ...interface{}) bool {
|
||||
|
Loading…
x
Reference in New Issue
Block a user