lt 1 год назад
Родитель
Сommit
a2aa88a225

+ 1 - 1
RO_Server_Trunk-branch_0.1.39/rocommon/service/etcdreg.go

@@ -370,7 +370,7 @@ func (this *ServiceDiscovery) RegisterWithTimeOut(key string, value string) int6
 				util.ErrorF("etcd keepalive channel closed")
 				return
 			}
-			util.InfoF("etcd keepalive success leaseid=%v", resp.ID)
+			//util.InfoF("etcd keepalive success leaseid=%v", resp.ID)
 		}
 	}()
 

+ 1 - 1
RO_Server_Trunk-branch_0.1.39/roserver/game/model/role_manager.go

@@ -472,7 +472,7 @@ func (this *RoleManager) PlayerOnlineNumFromSocial(onlineNum int32) {
 	this.allGameOnlineNum = onlineNum
 }
 func (this *RoleManager) IsGameOnlineNumLimit() bool {
-	util.ErrorF("当前玩家在线数:%v", this.allGameOnlineNum)
+	util.ErrorF("online num:%v", this.allGameOnlineNum)
 	if this.allGameOnlineNum >= 6000 {
 		return true
 	}