This commit is contained in:
苏尹岚
2021-04-01 17:01:47 +08:00
parent 2b58d21493
commit 950ca404eb

View File

@@ -88,7 +88,7 @@ func (p *Pool) callFun(func4Call func(), primaryID string, isAsync bool) (r inte
}
func (p *Pool) CallFun(func4Call func(), primaryID string) {
globals.SugarLogger.Debugf("CallFun %v", utils.Format4Output(p.curRoutineCount, true))
globals.SugarLogger.Debugf("CallFun %v", p.curRoutineCount)
if p.curRoutineCount > 0 {
r := p.callFun(func4Call, primaryID, false)
if r != nil {