Merge pull request #562 from gravitational/dmitri/auth-initial-servers

Preset auth servers in file storage if configuration has auth servers
This commit is contained in:
Ev Kontsevoy 2016-10-10 10:44:36 -07:00 committed by GitHub
commit e43032f6a6

View file

@ -591,7 +591,7 @@ func NewTunClient(purpose string,
if tc.addrStorage != nil {
cachedAuthServers, err := tc.addrStorage.GetAddresses()
if err != nil {
log.Warningf("unable to load the auth server cache: %v", err)
log.Infof("unable to load the auth server cache: %v", err)
} else {
tc.setAuthServers(cachedAuthServers)
}