增加log

This commit is contained in:
by 2024-09-04 13:46:10 +08:00
parent 4ab95e058e
commit 12623d7b94
1 changed files with 1 additions and 0 deletions

View File

@ -2556,6 +2556,7 @@ func (this *Scene) TryRelease() {
}
func (this *Scene) GetMachineServerInfo(MachineId int32, platform string) *webapi.MachineInfo {
config := ConfigMgrInst.GetConfig(platform).MachineConfig
logger.Logger.Tracef("========GetMachineServerInfo=========== platform=%s, MachineId=%d ,config = %v", platform, MachineId, config)
if config == nil {
return nil
}