소스 검색

修复Bug

lijian 6 년 전
부모
커밋
0a6f628b90
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pkg/server/server_manager.go

+ 1 - 1
pkg/server/server_manager.go

@@ -148,7 +148,7 @@ func (mgr *ServerManager) UpdateServerHosts() error {
 
 	mgr.mapServers = servers
 
-	//Log.Infof("UpdateServerHosts is done: %v", mgr.mapServers)
+	Log.Infof("UpdateServerHosts is done: %v", mgr.mapServers)
 	return nil
 
 }