增加日志打点

This commit is contained in:
hahwu 2026-03-20 11:48:48 +08:00
parent 0d1f3a5cf8
commit 7c3dda750f

View File

@ -102,6 +102,7 @@ func (p *Player) signalDispatcherStop() {
} }
func (p *Player) CallEvent(Duration time.Duration, F func(), Label string) { 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 { if v, ok := p.timerList[Label]; ok {
v.Stop() v.Stop()
} }