@@ -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
}