1
This commit is contained in:
parent
c846553d7b
commit
8a947f6f60
@ -17,7 +17,7 @@ type app struct {
|
||||
}
|
||||
|
||||
func (this *app) GetPkgName() string {
|
||||
return "imserver"
|
||||
return "hallserver"
|
||||
}
|
||||
|
||||
func (this *app) Run(initCb func(), unInitCb func()) {
|
||||
|
@ -106,7 +106,7 @@ func (this *playerMgr) reportServerState(masterIp string, masterPort int32) {
|
||||
fmt.Sprintf("http://%s:%d/webapp/index.php?c=GS&a=report&", masterIp, masterPort),
|
||||
params,
|
||||
func(rsp f5.HttpCliResponse) {
|
||||
f5.GetSysLog().Info(rsp.GetRawData())
|
||||
//f5.GetSysLog().Info(rsp.GetRawData())
|
||||
})
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user