瀏覽代碼

修复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
 
 }