Skip to content

Commit

Permalink
Merge pull request #406 from tonglil/static-ip-debug
Browse files Browse the repository at this point in the history
Add debug info and fix spelling
  • Loading branch information
nicksardo authored Mar 9, 2017
2 parents 0a21901 + 62fcc40 commit db96c9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion controllers/gce/loadbalancers/loadbalancers.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit db96c9d

Please sign in to comment.