修改日志级别

This commit is contained in:
sk 2024-09-20 08:11:53 +08:00
parent 0ff33ee6a4
commit 3dab56c03a
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ func (this *HundredSceneMgr) CreateNewScene(id, groupId int32, limitPlatform *Pl
scene.hp = this
return scene
} else {
logger.Logger.Errorf("Create hundred scene %v-%v failed.", gameId, sceneId)
logger.Logger.Warnf("Create hundred scene %v-%v failed.", gameId, sceneId)
}
} else {
logger.Logger.Errorf("Game rule data %v no found.", dbGameFree.GetGameRule())