增加日志打点
This commit is contained in:
parent
0d1f3a5cf8
commit
7c3dda750f
@ -102,6 +102,7 @@ func (p *Player) signalDispatcherStop() {
|
||||
}
|
||||
|
||||
func (p *Player) CallEvent(Duration time.Duration, F func(), Label string) {
|
||||
log.Debug("add ticker event player id %d; type : %s", p.M_DwUin, Label)
|
||||
if v, ok := p.timerList[Label]; ok {
|
||||
v.Stop()
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user