Merge pull request #406 from tonglil/static-ip-debug
Add debug info and fix spelling
This commit is contained in:
commit
db96c9d574
1 changed files with 2 additions and 1 deletions
|
@ -600,8 +600,9 @@ func (l *L7) edgeHop() error {
|
||||||
return err
|
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 != "") {
|
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 {
|
if err := l.checkStaticIP(); err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue