错误日志输出

This commit is contained in:
meixiongfeng 2023-06-28 15:52:39 +08:00
parent c64d82abab
commit 0465ffb114

View File

@ -132,7 +132,8 @@ func (this *modelEquipmentComp) AddEquipments(session comm.IUserSession, cIds ma
}
}
} else {
err = fmt.Errorf("cfg.Game_equipment not found equip id %s", k)
//err = fmt.Errorf("cfg.Game_equipment not found equip id %s", k) // 太多地方配置无效装备 这地方暂时只打印错误日志
this.module.Errorf("cfg.Game_equipment not found equip id %s", k)
}
}