diff --git a/modules/tools/comp_configure.go b/modules/tools/comp_configure.go index 68f7e3009..a2901e654 100644 --- a/modules/tools/comp_configure.go +++ b/modules/tools/comp_configure.go @@ -175,7 +175,7 @@ func (this *MCompConfigure) GetGroupDataByLottery(lotteryId int32, vipLv int32, defer this.hlock.RUnlock() if _, ok := this._lotteryType1[lotteryId]; !ok { if _, ok := this._lotteryType2[lotteryId]; !ok { - this.module.Errorf("not found config lotterId:%d", lotteryId) + this.module.Debugf("not found config lotterId:%d", lotteryId) return } }