增加日志打点
This commit is contained in:
parent
0316e06823
commit
171aab883a
@ -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()
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user