日志级别调整
This commit is contained in:
parent
447af63a0a
commit
188ef87b07
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user