Merge pull request #406 from tonglil/static-ip-debug

Add debug info and fix spelling
This commit is contained in:
Nick Sardo 2017-03-09 09:41:48 -08:00 committed by GitHub
commit db96c9d574

View file

@ -600,8 +600,9 @@ func (l *L7) edgeHop() error {
return err
}
}
// Defer promoting an emphemral to a static IP till it's really needed.
// Defer promoting an ephemeral to a static IP until it's really needed.
if l.runtimeInfo.AllowHTTP && (l.runtimeInfo.TLS != nil || l.runtimeInfo.TLSName != "") {
glog.V(3).Infof("checking static ip for %v", l.Name)
if err := l.checkStaticIP(); err != nil {
return err
}