Ver Fonte

修复Bug

lijian há 6 anos atrás
pai
commit
0a6f628b90
1 ficheiros alterados com 1 adições e 1 exclusões
  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
 
 }