Skip to content

Commit db96c9d

Browse files
authored
Merge pull request #406 from tonglil/static-ip-debug
Add debug info and fix spelling
2 parents 0a21901 + 62fcc40 commit db96c9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

controllers/gce/loadbalancers/loadbalancers.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -600,8 +600,9 @@ func (l *L7) edgeHop() error {
600600
return err
601601
}
602602
}
603-
// Defer promoting an emphemral to a static IP till it's really needed.
603+
// Defer promoting an ephemeral to a static IP until it's really needed.
604604
if l.runtimeInfo.AllowHTTP && (l.runtimeInfo.TLS != nil || l.runtimeInfo.TLSName != "") {
605+
glog.V(3).Infof("checking static ip for %v", l.Name)
605606
if err := l.checkStaticIP(); err != nil {
606607
return err
607608
}

0 commit comments

Comments
 (0)