mirror of
https://github.com/duanhf2012/origin.git
synced 2026-02-15 08:14:46 +08:00
替换slog日志为zap
This commit is contained in:
@@ -75,7 +75,7 @@ func (cs *CallSet) AddPending(call *Call) {
|
||||
|
||||
if call.Seq == 0 {
|
||||
cs.pendingLock.Unlock()
|
||||
log.Stack("call is error.")
|
||||
log.StackError("call is error.")
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user