Fix lint errors
This commit is contained in:
parent
b18f8e86ad
commit
786d977a90
4 changed files with 5 additions and 5 deletions
|
|
@ -112,7 +112,7 @@ func newNGINXController() ingress.Controller {
|
|||
continue
|
||||
}
|
||||
|
||||
glog.V(3).Infof("remote adress %s to local %s", conn.RemoteAddr(), conn.LocalAddr())
|
||||
glog.V(3).Infof("remote address %s to local %s", conn.RemoteAddr(), conn.LocalAddr())
|
||||
go n.proxy.Handle(conn)
|
||||
}
|
||||
}()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue